]> git.mxchange.org Git - friendica.git/commitdiff
finished dry run - now for real test
authorfriendica <info@friendica.com>
Tue, 8 May 2012 01:36:28 +0000 (18:36 -0700)
committerfriendica <info@friendica.com>
Tue, 8 May 2012 01:36:28 +0000 (18:36 -0700)
include/queue_fn.php

index 613571c84792bb5a751dac1ded3455de9bc2a3be..2aca338f50d4e250707dbedf6e046d159c711281 100644 (file)
@@ -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;
 }