summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index 41b31f4c..2686b9f8 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -38,6 +38,7 @@
<?php
show_table_header(S_QUEUE_OF_ITEMS_TO_BE_UPDATED_BIG);
?>
+
<?php
$now=time();
$result=DBselect("select i.itemid, i.nextcheck, i.description, h.host,h.hostid from items i,hosts h where i.status=0 and i.type not in (2) and h.status=0 and i.hostid=h.hostid and i.nextcheck<$now and i.key_<>'status' order by i.nextcheck");