From: friendica Date: Tue, 8 May 2012 01:36:28 +0000 (-0700) Subject: finished dry run - now for real test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0b7a8ae35c67f2440c3c3574451f52e5126fa68;p=friendica.git finished dry run - now for real test --- diff --git a/include/queue_fn.php b/include/queue_fn.php index 613571c847..2aca338f50 100644 --- a/include/queue_fn.php +++ b/include/queue_fn.php @@ -21,7 +21,9 @@ function was_recently_delayed($cid) { and last > UTC_TIMESTAMP() - interval 15 minute limit 1", intval($cid) ); - + if(count($r)) + return true; + return false; }