merge include/connections.php from dev

This commit is contained in:
Mario Vavti 2018-10-29 10:06:44 +01:00
parent 32384eaf07
commit f377c81c8a

View File

@ -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),