From ac9c6ecc360df3e9347194fbb2924b2bf68954f4 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 30 Dec 2005 11:36:15 +0000 Subject: - added Graphs synchronization for linked hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2458 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/chart2.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontends/php/chart2.php') 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(); ?> - -- cgit