remove dbg

This commit is contained in:
Mario Vavti 2015-07-14 13:21:39 +02:00
parent 711dd1468d
commit d8edb66287

View File

@ -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'])),