finished dry run - now for real test

This commit is contained in:
friendica 2012-05-07 18:36:28 -07:00
parent 8a4e3cc370
commit f0b7a8ae35
1 changed files with 3 additions and 1 deletions

View 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;
}