diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-30 16:18:32 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-30 16:18:32 +0000 |
| commit | 6f1176098f2dd623c42f365e44c0b8fb7c6a4f56 (patch) | |
| tree | 7437c031ed8fb477e2ffd19b67a80b2e9e6b2780 /frontends/php/graph.php | |
| parent | f002fe92ed3ffa6815e148fdbba1dacc9ceed168 (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.php | 2 |
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>"; |
