diff options
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; |
