summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-11 14:38:49 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-11 14:38:49 +0000
commite87f5ebd4db58b76543980eb24a4efe044003e59 (patch)
tree04c5bfc3f208d4c9d7a137ff356035ca08cb7014 /frontends/php/queue.php
parentb4b26e48b09f36c8b533412a1b19f1f23a447a9b (diff)
downloadzabbix-e87f5ebd4db58b76543980eb24a4efe044003e59.tar.gz
zabbix-e87f5ebd4db58b76543980eb24a4efe044003e59.tar.xz
zabbix-e87f5ebd4db58b76543980eb24a4efe044003e59.zip
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@2515 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index dc9a1df2..dab3d76a 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -59,7 +59,7 @@
$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=".HOST_STATUS_MONITORED." and h.available!=".HOST_AVAILABLE_FALSE.") or (h.status=".HOST_STATUS_MONITORED." and h.available=".HOST_AVAILABLE_FALSE." and h.disable_until<=$now)) and i.hostid=h.hostid and i.nextcheck<$now and i.key_ not in ('status','icmpping','icmppingsec','zabbix[log]') order by i.nextcheck");
- $table=new Ctable(S_THE_QUEUE_IS_EMPTY);
+ $table=new CTableInfo(S_THE_QUEUE_IS_EMPTY);
if($_REQUEST["show"]==0)
{