diff options
author | friendica <info@friendica.com> | 2013-10-02 04:04:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-02 04:04:37 -0700 |
commit | 266c701034be20cccf42e18cdc336dc896c53d77 (patch) | |
tree | ba89ac108a2a9259113f4a4801a25657a3e21338 /include/poller.php | |
parent | de9aee8a079a3e2dd236c3739568ccb044d26f02 (diff) | |
download | volse-hubzilla-266c701034be20cccf42e18cdc336dc896c53d77.tar.gz volse-hubzilla-266c701034be20cccf42e18cdc336dc896c53d77.tar.bz2 volse-hubzilla-266c701034be20cccf42e18cdc336dc896c53d77.zip |
directory sync typo
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index 05584a05d..95eb810a0 100644 --- a/include/poller.php +++ b/include/poller.php @@ -242,7 +242,7 @@ function poller_run($argv, $argc){ } if($dirmode == DIRECTORY_MODE_SECONDARY || $dirmode == DIRECTORY_MODE_PRIMARY) { - $r = q("select ud_id from updates where not ( ud_flags & %d ) and ( ud_last = '0000-00-00 00:00:00' OR ud_last > UTC_TIMESTAMP() - INTERVAL 7 DAYS) ", + $r = q("select ud_id from updates where not ( ud_flags & %d ) and ( ud_last = '0000-00-00 00:00:00' OR ud_last > UTC_TIMESTAMP() - INTERVAL 7 DAY ) ", intval(UPDATE_FLAGS_UPDATED) ); if($r) { |