summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart2.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-30 11:36:15 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-30 11:36:15 +0000
commitac9c6ecc360df3e9347194fbb2924b2bf68954f4 (patch)
treea0f29bb7e8d470b6576adc7248e97cc91ea9da6b /frontends/php/chart2.php
parentd5dce47a8b216a4db6ba2d075edd0e2de7556b6a (diff)
downloadzabbix-ac9c6ecc360df3e9347194fbb2924b2bf68954f4.tar.gz
zabbix-ac9c6ecc360df3e9347194fbb2924b2bf68954f4.tar.xz
zabbix-ac9c6ecc360df3e9347194fbb2924b2bf68954f4.zip
- added Graphs synchronization for linked hosts (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2458 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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();
?>
-