summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-03-26 12:51:38 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-03-26 12:51:38 +0000
commit8b70c6ffef9e758628ea89d463263e83cc3fe1b6 (patch)
treea25ef7fea4e8ed3dafd8969906e3cf6e2de3a249 /frontends/php/graphs.php
parent46f41c39f4ad9095c77a4df7f8d553528da0bc41 (diff)
downloadzabbix-8b70c6ffef9e758628ea89d463263e83cc3fe1b6.tar.gz
zabbix-8b70c6ffef9e758628ea89d463263e83cc3fe1b6.tar.xz
zabbix-8b70c6ffef9e758628ea89d463263e83cc3fe1b6.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1720 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graphs.php')
-rw-r--r--frontends/php/graphs.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php
index fca5e849..f93e2117 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.php
@@ -76,6 +76,11 @@
?>
<?php
+ if(isset($_GET["groupid"])&&($_GET["groupid"]==0))
+ {
+ unset($_GET["groupid"]);
+ }
+
if(isset($_GET["graphid"])&&($_GET["graphid"]==0))
{
unset($_GET["graphid"]);