diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-29 10:06:44 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-29 10:06:44 +0100 |
commit | f377c81c8a0394ada05d2302f4c806f2e635a30b (patch) | |
tree | ca152f69eac9b1aa14005e9d75629aea490ab177 | |
parent | 32384eaf0755c66c2b80cb31b4145b87f88ab38c (diff) | |
download | volse-hubzilla-f377c81c8a0394ada05d2302f4c806f2e635a30b.tar.gz volse-hubzilla-f377c81c8a0394ada05d2302f4c806f2e635a30b.tar.bz2 volse-hubzilla-f377c81c8a0394ada05d2302f4c806f2e635a30b.zip |
merge include/connections.php from dev
-rw-r--r-- | include/connections.php | 2 |
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), |