diff options
Diffstat (limited to 'include/Contact.php')
-rw-r--r-- | include/Contact.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Contact.php b/include/Contact.php index 6b5f9388c..008574d8f 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -174,9 +174,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; } |