google hub not working, this fix may be temporary or it may be permanent if the hub cannot be relied on.

This commit is contained in:
Mike Macgirvin 2010-10-10 19:42:07 -07:00
parent 524f73e306
commit d8283a35ba
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
$contacts = q("SELECT * FROM `contact` $contacts = q("SELECT * FROM `contact`
WHERE ( `dfrn-id` != '' OR (`issued-id` != '' AND `duplex` = 1)) WHERE ( `dfrn-id` != '' OR (`issued-id` != '' AND `duplex` = 1))
AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 AND `subhub` = 0 ORDER BY RAND()"); AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 ORDER BY RAND()");
if(! count($contacts)) if(! count($contacts))
killme(); killme();