aboutsummaryrefslogtreecommitdiffstats
path: root/include/Contact.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-24 01:28:13 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-24 01:28:13 -0700
commit250d286f1dd8ee9ca244df25946e56b09ee5ff18 (patch)
tree3d59a21e4aef55bcc4e42aa9c36fca8c8168824a /include/Contact.php
parent852d19f2095509a72d9f3f7d39cb300ddb817670 (diff)
downloadvolse-hubzilla-250d286f1dd8ee9ca244df25946e56b09ee5ff18.tar.gz
volse-hubzilla-250d286f1dd8ee9ca244df25946e56b09ee5ff18.tar.bz2
volse-hubzilla-250d286f1dd8ee9ca244df25946e56b09ee5ff18.zip
remove orphan mod_connections editing code (now done in mod/connedit)
Diffstat (limited to 'include/Contact.php')
-rw-r--r--include/Contact.php3
1 files changed, 0 insertions, 3 deletions
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;
}