Skip to content
Snippets Groups Projects
Commit 921196a6 authored by jaapjansma's avatar jaapjansma
Browse files

added check with time

parent 5aafa3de
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ class CRM_Queue_Queue_Civirules extends CRM_Queue_Queue_Sql {
SELECT count(*)
FROM civicrm_queue_item
WHERE queue_name = %1
and (release_time is null OR release_time <= curdate())
and (release_time is null OR release_time <= NOW())
", array(
1 => array($this->getName(), 'String'),
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment