remove orphan mod_connections editing code (now done in mod/connedit)

This commit is contained in:
redmatrix
2015-08-24 01:28:13 -07:00
parent 852d19f209
commit 250d286f1d
4 changed files with 13 additions and 144 deletions

View File

@@ -149,9 +149,6 @@ function abook_toggle_flag($abook,$flag) {
);
}
$a = get_app();
if($a->data['abook'])
$a->data['abook']['abook_flags'] = $a->data['abook']['abook_flags'] ^ $flag;
return $r;
}