diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-03 10:17:37 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-03 10:17:37 +0000 |
| commit | 7d77c9ce0800352701f414d200d9d51ec7323753 (patch) | |
| tree | 7841daaf8d827ab76bd72d006ae917ddbbd2c72a /frontends/php/include/classes.inc.php | |
| parent | 9dc07cf7ea22ef948a79f93646ba538a06570e48 (diff) | |
Fix for drawtype (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@884 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes.inc.php')
| -rw-r--r-- | frontends/php/include/classes.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
