From 7d77c9ce0800352701f414d200d9d51ec7323753 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 3 Aug 2003 10:17:37 +0000 Subject: Fix for drawtype (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@884 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes.inc.php | 5 +++++ 1 file changed, 5 insertions(+) (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 16e0f573..4c82e47f 100644 --- a/frontends/php/include/classes.inc.php +++ b/frontends/php/include/classes.inc.php @@ -114,6 +114,11 @@ $this->items[$this->itemids[$itemid]]["color"]=$color; } + function setDrawtype($itemid,$drawtype) + { + $this->items[$this->itemids[$itemid]]["drawtype"]=$drawtype; + } + function setPeriod($period) { $this->period=$period; -- cgit