summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart2.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/chart2.php')
-rw-r--r--frontends/php/chart2.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/php/chart2.php b/frontends/php/chart2.php
index 2636d51d..6df46a4f 100644
--- a/frontends/php/chart2.php
+++ b/frontends/php/chart2.php
@@ -76,7 +76,5 @@
$graph->setColor($row["itemid"], $row["color"]);
$graph->setDrawtype($row["itemid"], $row["drawtype"]);
}
-
$graph->Draw();
?>
-