diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-14 13:21:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-14 13:21:39 +0200 |
commit | d8edb66287d7f5423c7a4ca8f87ae949465f3b68 (patch) | |
tree | 23d22c849d6a4917e7470d118d551276d5c80a80 /mod | |
parent | 711dd1468db2116a2003494d4fe6d8a7c5ed7c7b (diff) | |
download | volse-hubzilla-d8edb66287d7f5423c7a4ca8f87ae949465f3b68.tar.gz volse-hubzilla-d8edb66287d7f5423c7a4ca8f87ae949465f3b68.tar.bz2 volse-hubzilla-d8edb66287d7f5423c7a4ca8f87ae949465f3b68.zip |
remove dbg
Diffstat (limited to 'mod')
-rw-r--r-- | mod/connedit.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/connedit.php b/mod/connedit.php index a72714a1d..a769ed686 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -653,8 +653,6 @@ function connedit_content(&$a) { $perms[] = array('perms_' . $k, $v[3], (($contact['abook_their_perms'] & $v[1]) ? "1" : ""),$thisperm, $v[1], (($channel[$v[0]] == PERMS_SPECIFIC) ? '' : '1'), $v[4]); } - //print_r($perms); killme(); - $o .= replace_macros($tpl,array( '$header' => (($self) ? t('Connection Default Permissions') : sprintf( t('Connection: %s'),$contact['xchan_name'])), |