Some debugging information added
This commit is contained in:
parent
741b932cc9
commit
e40bcbb4bc
2 changed files with 10 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue