From: Roland Häder Date: Thu, 15 Dec 2016 08:51:06 +0000 (+0100) Subject: Opps, tpzo found ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ad1bdaac19fe44d8702d18bda292fb14a26121b;p=friendica.git Opps, tpzo found ... Signed-off-by: Roland Häder --- diff --git a/include/queue_fn.php b/include/queue_fn.php index 3b5eddf1a3..d7d3279133 100644 --- a/include/queue_fn.php +++ b/include/queue_fn.php @@ -27,7 +27,7 @@ function was_recently_delayed($cid) { // Are there queue entries that were recently added? $r = q("SELECT `id` FROM `queue` WHERE `cid` = %d - AND `last` > UTC_TIMESTAMP() - INTVAL 15 MINUTE LIMIT 1", + AND `last` > UTC_TIMESTAMP() - INTERVAL 15 MINUTE LIMIT 1", intval($cid) );