summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-11-26 18:13:11 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-11-26 18:13:11 +0000
commit4f9f8c8e8746ed085d081978a01d38f446c2cdb7 (patch)
tree9391b1250bbd1dedf430a2e2eebba411a633041c /frontends/php/graph.php
parentf34eb9596b1831eff096a3518097a1edb18ccff0 (diff)
downloadzabbix-4f9f8c8e8746ed085d081978a01d38f446c2cdb7.tar.gz
zabbix-4f9f8c8e8746ed085d081978a01d38f446c2cdb7.tar.xz
zabbix-4f9f8c8e8746ed085d081978a01d38f446c2cdb7.zip
Minor fixes.
git-svn-id: svn://svn.zabbix.com/trunk@2370 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 962d1b59..db61ca77 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -184,7 +184,7 @@
while($row=DBfetch($result))
{
$host_=$row["host"];
- $description_=item_description($row["itemid"],$row["key_"]);
+ $description_=item_description($row["description"],$row["key_"]);
$itemid_=$row["itemid"];
if(isset($itemid)&&($itemid==$itemid_))
{