summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-30 16:18:32 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-30 16:18:32 +0000
commit6f1176098f2dd623c42f365e44c0b8fb7c6a4f56 (patch)
tree7437c031ed8fb477e2ffd19b67a80b2e9e6b2780 /frontends/php/graph.php
parentf002fe92ed3ffa6815e148fdbba1dacc9ceed168 (diff)
- Minor changes (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2580 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graph.php')
-rw-r--r--frontends/php/graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php
index 8e4c5116..079201c0 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -196,7 +196,7 @@
echo S_PARAMETER;
show_table2_h_delimiter();
- $result=DBselect("select h.host,i.description,i.itemid,i.key_ from hosts h,items"
+ $result=DBselect("select h.host,i.description,i.itemid,i.key_ from hosts h,items i".
" where h.hostid=i.hostid and h.status in(".HOST_STATUS_MONITORED.",".HOST_STATUS_TEMPLATE.")".
" and i.status=".ITEM_STATUS_ACTIVE." order by h.host,i.description");
echo "<select name=\"itemid\" size=1>";