aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index e946dabf6..1a323971f 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -19,7 +19,9 @@ require_once('include/items.php');
$a->set_baseurl(get_config('system','url'));
- $contacts = q("SELECT * FROM `contact` WHERE `dfrn-id` != '' AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 ORDER BY RAND()");
+ $contacts = q("SELECT * FROM `contact`
+ WHERE `dfrn-id` != '' AND `self` = 0 AND `blocked` = 0
+ AND `readonly` = 0 ORDER BY RAND()");
if(! count($contacts))
killme();