From 83db4abaab1cebff5c76a1cff4606f495bb7246e Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 30 Dec 2012 22:56:52 -0800 Subject: fixes --- include/onepoll.php | 2 +- include/poller.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/onepoll.php b/include/onepoll.php index d6d06eda1..131f02fad 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -31,7 +31,7 @@ function onepoll_run($argv, $argc){ $contacts = q("SELECT abook.*, xchan.*, account.* - FROM abook LEFT JOIN account on abook_account = account_id left join xchan on xchan_hash = abook_hash + FROM abook LEFT JOIN account on abook_account = account_id left join xchan on xchan_hash = abook_xchan where abook_id = %d AND not ( abook_flags & %d ) AND not ( abook_flags & %d ) AND not ( abook_flags & %d ) AND not ( abook_flags & %d ) diff --git a/include/poller.php b/include/poller.php index 1eba918e8..3052ace64 100644 --- a/include/poller.php +++ b/include/poller.php @@ -50,7 +50,7 @@ function poller_run($argv, $argc){ if($d2 != intval($d1)) { - update_suggestions(); +// update_suggestions(); set_config('system','last_expire_day',$d2); proc_run('php','include/expire.php'); -- cgit v1.2.3