From 250d286f1dd8ee9ca244df25946e56b09ee5ff18 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 24 Aug 2015 01:28:13 -0700 Subject: remove orphan mod_connections editing code (now done in mod/connedit) --- include/Contact.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/Contact.php') diff --git a/include/Contact.php b/include/Contact.php index 035e83a82..a27a8eca9 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -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; } -- cgit v1.2.3