1
0
Fork 0

Some debugging information added

This commit is contained in:
Michael Vogel 2013-08-05 23:06:40 +02:00
commit e40bcbb4bc
2 changed files with 10 additions and 0 deletions

View 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);