From e5ef8796293a7d36face4704fb59831e1a3d4f47 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 19 Sep 2005 16:57:19 +0000 Subject: - added support of macros $1,..., $9 (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2061 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/include/classes.inc.php') diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php index 5c078c47..60b47c5e 100644 --- a/frontends/php/include/classes.inc.php +++ b/frontends/php/include/classes.inc.php @@ -130,6 +130,7 @@ function addItem($itemid) { $this->items[$this->num]=get_item_by_itemid($itemid); + $this->items[$this->num]["description"]=item_description($this->items[$this->num]["description"],$this->items[$this->num]["key_"]); $host=get_host_by_hostid($this->items[$this->num]["hostid"]); $this->items[$this->num]["host"]=$host["host"]; $this->itemids[$this->items[$this->num]["itemid"]]=$this->num; -- cgit