From c266f0724b238f3cdbee6984e26912198271d428 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 Jan 2013 01:47:06 -0800 Subject: another typo --- include/onepoll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/onepoll.php') diff --git a/include/onepoll.php b/include/onepoll.php index 147d21430..a2b3f7a9f 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -98,7 +98,7 @@ function onepoll_run($argv, $argc){ if($contact['xchan_connurl']) { $r = q("SELECT xlink_id from xlink - where xlink_xchan = '%s'and updated > UTC_TIMESTAMP() - INTERVAL 1 DAY", + where xlink_xchan = '%s' and xlink_updated > UTC_TIMESTAMP() - INTERVAL 1 DAY", intval($contact['xchan_hash']) ); } -- cgit v1.2.3