]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
poco: Only update the global contacts when there is a network value/Export your own...
[friendica.git] / mod / poco.php
index aa570ec3423d5d9533b6a6c60514e604a9976415..70514606d4b1bd6ad647aa56619b6b670f681559 100644 (file)
@@ -46,8 +46,8 @@ function poco_init(&$a) {
 
        if($justme)
                $sql_extra = " AND `contact`.`self` = 1 ";
-       else
-               $sql_extra = " AND `contact`.`self` = 0 ";
+//     else
+//             $sql_extra = " AND `contact`.`self` = 0 ";
 
        if($cid)
                $sql_extra = sprintf(" AND `contact`.`id` = %d ",intval($cid));