diff options
author | friendica <info@friendica.com> | 2013-01-02 01:47:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-02 01:47:06 -0800 |
commit | c266f0724b238f3cdbee6984e26912198271d428 (patch) | |
tree | 417437827b6c221fb72f09016bc40b78d3d22116 | |
parent | a824a87d80d040bd4d57b0549badef25540081cf (diff) | |
download | volse-hubzilla-c266f0724b238f3cdbee6984e26912198271d428.tar.gz volse-hubzilla-c266f0724b238f3cdbee6984e26912198271d428.tar.bz2 volse-hubzilla-c266f0724b238f3cdbee6984e26912198271d428.zip |
another typo
-rw-r--r-- | include/onepoll.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']) ); } |