finished dry run - now for real test
This commit is contained in:
parent
8a4e3cc370
commit
f0b7a8ae35
|
@ -21,7 +21,9 @@ function was_recently_delayed($cid) {
|
||||||
and last > UTC_TIMESTAMP() - interval 15 minute limit 1",
|
and last > UTC_TIMESTAMP() - interval 15 minute limit 1",
|
||||||
intval($cid)
|
intval($cid)
|
||||||
);
|
);
|
||||||
|
if(count($r))
|
||||||
|
return true;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue