]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Some debugging information added
[friendica.git] / mod / community.php
index 84fc15debb51110407235c133475233cf4d072f6..1f8adf89072ba1fd17d538279f3416967734ee66 100644 (file)
@@ -84,6 +84,8 @@ function community_content(&$a, $update = 0) {
 
        );
 //             group by `item`.`uri`
+//             AND `item`.`private` = 0 AND `item`.`wall` = 1 AND `item`.`id` = `item`.`parent`
+//             AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0 AND `contact`.`self`
 
        if(! count($r)) {
                info( t('No results.') . EOL);