summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-11-10 09:16:25 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-11-10 09:16:25 +0000
commit64ac1f99f5cfc6a30d5c00e82a73db031dcf5b0e (patch)
tree6becdc90306b3600479491eb6667aeb2904f6ecc /frontends/php/graph.php
parentea43b5989622a03c809ebd2aca8b9ea4e2f5a763 (diff)
downloadzabbix-64ac1f99f5cfc6a30d5c00e82a73db031dcf5b0e.tar.gz
zabbix-64ac1f99f5cfc6a30d5c00e82a73db031dcf5b0e.tar.xz
zabbix-64ac1f99f5cfc6a30d5c00e82a73db031dcf5b0e.zip
Misc changes to PHP frontend.
git-svn-id: svn://svn.zabbix.com/trunk@565 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 0398ec11..600374e2 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -90,7 +90,7 @@
echo "Parameter";
show_table2_h_delimiter();
- $result=DBselect("select h.host,i.description,i.itemid from hosts h,items i where h.hostid=i.hostid and h.status in (0,2) and i.status in (0,2) order by h.host,i.description");
+ $result=DBselect("select h.host,i.description,i.itemid from hosts h,items i where h.hostid=i.hostid and h.status in (0,2) and i.status=0 order by h.host,i.description");
echo "<select name=\"itemid\" size=1>";
for($i=0;$i<DBnum_rows($result);$i++)
{