]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
[friendica.git] / mod / poco.php
index 79cf820bcd9b15c1d040d46e3a90406ed2c01530..acfa3ffaa98e46c637fffdf4c96e5463b5a88cdb 100755 (executable)
@@ -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));