aboutsummaryrefslogtreecommitdiffstats
path: root/include/connections.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/connections.php')
-rw-r--r--include/connections.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/connections.php b/include/connections.php
index 874237f97..d97ea3887 100644
--- a/include/connections.php
+++ b/include/connections.php
@@ -379,8 +379,6 @@ function contact_remove($channel_id, $abook_id) {
intval($channel_id)
);
if($r) {
- $r = fetch_post_tags($r,true);
-
foreach($r as $rr) {
$x = q("select uid from term where otype = %d and oid = %d and ttype = %d limit 1",
intval(TERM_OBJ_POST),