]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix for pull request #2147 (Fix for issue #2122)
authorMichael Vogel <icarus@dabo.de>
Sun, 6 Dec 2015 19:05:57 +0000 (20:05 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 6 Dec 2015 19:05:57 +0000 (20:05 +0100)
include/socgraph.php

index 47df52f380e5dfbcf04d2d96dc1facb0cfa0182e..559b1832b2f8da8ade9882bc94477890fc2470ae 100644 (file)
@@ -1195,7 +1195,6 @@ function suggestion_query($uid, $start = 0, $limit = 80) {
                AND `gcontact`.`updated` != '0000-00-00 00:00:00'
                AND `gcontact`.`last_contact` >= `gcontact`.`last_failure`
                AND `gcontact`.`network` IN (%s)
-               AND NOT `gcontact`.`id` IN (SELECT `gcid` FROM `gcign` WHERE `uid` = %d)
                GROUP BY `glink`.`gcid` ORDER BY `gcontact`.`updated` DESC,`total` DESC LIMIT %d, %d",
                intval($uid),
                intval($uid),