From 4f9f8c8e8746ed085d081978a01d38f446c2cdb7 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 26 Nov 2005 18:13:11 +0000 Subject: Minor fixes. git-svn-id: svn://svn.zabbix.com/trunk@2370 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/graph.php') 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_)) { -- cgit