]> git.mxchange.org Git - friendica.git/commitdiff
google hub not working, this fix may be temporary or it may be permanent if the hub...
authorMike Macgirvin <mike@macgirvin.com>
Mon, 11 Oct 2010 02:42:07 +0000 (19:42 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Mon, 11 Oct 2010 02:42:07 +0000 (19:42 -0700)
include/poller.php

index 5f58784536f7ca5995a02f1e2b5508114c0a8391..57c4cacfbeb10e92b0a36aad355b6d2146399096 100644 (file)
@@ -23,7 +23,7 @@
 
        $contacts = q("SELECT * FROM `contact` 
                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))
                killme();