Opps, tpzo found ...
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
f42935421e
commit
8ad1bdaac1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function was_recently_delayed($cid) {
|
||||||
|
|
||||||
// Are there queue entries that were recently added?
|
// Are there queue entries that were recently added?
|
||||||
$r = q("SELECT `id` FROM `queue` WHERE `cid` = %d
|
$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)
|
intval($cid)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue