summaryrefslogtreecommitdiffstats
path: root/frontends/php/report2.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/report2.php')
-rw-r--r--frontends/php/report2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php
index 1cc9efa4..67d61a18 100644
--- a/frontends/php/report2.php
+++ b/frontends/php/report2.php
@@ -107,7 +107,7 @@
$result=DBselect("select distinct h.hostid,h.host,t.triggerid,t.expression,t.description,t.value from triggers t,hosts h,items i,functions f where f.itemid=i.itemid and h.hostid=i.hostid and t.status=0 and t.triggerid=f.triggerid and h.hostid=".$_REQUEST["hostid"]." and h.status=".HOST_STATUS_MONITORED." and i.status=0 order by h.host, t.description");
- $table = new Ctable();
+ $table = new CTableInfo();
$table->setHeader(array(S_NAME,S_TRUE,S_FALSE,S_UNKNOWN,S_GRAPH));
while($row=DBfetch($result))
{