diff options
Diffstat (limited to 'mod/poco.php')
-rwxr-xr-x | mod/poco.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/poco.php b/mod/poco.php index 79cf820bc..acfa3ffaa 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)); |