X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpoco.php;h=acfa3ffaa98e46c637fffdf4c96e5463b5a88cdb;hb=9b6e91086b29554fd04362f6c87ea148718e8b1c;hp=79cf820bcd9b15c1d040d46e3a90406ed2c01530;hpb=b2290f4f12ceded64632d92de77d0898f3d8a80e;p=friendica.git diff --git a/mod/poco.php b/mod/poco.php index 79cf820bcd..acfa3ffaa9 100755 --- a/mod/poco.php +++ b/mod/poco.php @@ -45,6 +45,8 @@ function poco_init(&$a) { if($justme) $sql_extra = " and `contact`.`self` = 1 "; + else + $sql_extra = " and `contact`.`self` = 0 "; if($cid) $sql_extra = sprintf(" and `contact`.`id` = %d ",intval($cid));