diff options
author | Friendika <info@friendika.com> | 2011-09-29 21:56:44 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-29 21:56:44 -0700 |
commit | 52557b011d2c05e83b1df91d2d766317dd2c5223 (patch) | |
tree | d307ee9f06d5247b5fc1527b97edc37173a47628 /include/delivery.php | |
parent | 097c1f8da774c82f441f370f391f93acc2025ccd (diff) | |
download | volse-hubzilla-52557b011d2c05e83b1df91d2d766317dd2c5223.tar.gz volse-hubzilla-52557b011d2c05e83b1df91d2d766317dd2c5223.tar.bz2 volse-hubzilla-52557b011d2c05e83b1df91d2d766317dd2c5223.zip |
possible sql errors
Diffstat (limited to 'include/delivery.php')
-rw-r--r-- | include/delivery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delivery.php b/include/delivery.php index 06cc1f679..3ab820b62 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -72,7 +72,7 @@ function delivery_run($argv, $argc){ $normal_mode = false; $expire = true; $items = q("SELECT * FROM `item` WHERE `uid` = %d AND `wall` = 1 - AND `deleted` = 1 AND `changed` > UTC_TIMESTAMP - INTERVAL 30 MINUTE", + AND `deleted` = 1 AND `changed` > UTC_TIMESTAMP() - INTERVAL 30 MINUTE", intval($item_id) ); $uid = $item_id; |