From cd6be85dfcfccb202f2d2a9ca9db062725e45d5c Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 17 Apr 2008 10:31:32 +0000 Subject: - [DEV-137] fixes in graph zoom (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5631 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/charts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/php/charts.php') diff --git a/frontends/php/charts.php b/frontends/php/charts.php index d7055df3..c0002264 100644 --- a/frontends/php/charts.php +++ b/frontends/php/charts.php @@ -317,7 +317,8 @@ include_once 'include/page_header.php'; ?> AddOption('border',1); + if($_REQUEST['graphid'] > 0){ $graphtype = GRAPH_TYPE_NORMAL; $yaxis = 0; -- cgit