summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-14 15:09:29 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-14 15:09:29 +0000
commitfdd028da5c383f8e5b492cd3cdffc65f9d1b31af (patch)
tree22b4b13041a9add584cc1b988f3009916bbee2ad /frontends/php/queue.php
parentc2ebaf09c58047f2ef65d1c07c7521d3a1415be6 (diff)
downloadzabbix-fdd028da5c383f8e5b492cd3cdffc65f9d1b31af.tar.gz
zabbix-fdd028da5c383f8e5b492cd3cdffc65f9d1b31af.tar.xz
zabbix-fdd028da5c383f8e5b492cd3cdffc65f9d1b31af.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1480 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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");