This commit is contained in:
friendica 2012-12-30 22:56:52 -08:00
parent 15938289e2
commit 83db4abaab
2 changed files with 2 additions and 2 deletions

View File

@ -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 )

View File

@ -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');