summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-18 14:00:31 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-18 14:00:31 +0000
commitf90aa7662103b352e47970308f76597a085e5c3d (patch)
tree2c70821601ca335fc434c92e177fbd406647354d /frontends/php/include/forms.inc.php
parent4e4aa7eb198963720b377cd568825309616dce8a (diff)
downloadzabbix-f90aa7662103b352e47970308f76597a085e5c3d.tar.gz
zabbix-f90aa7662103b352e47970308f76597a085e5c3d.tar.xz
zabbix-f90aa7662103b352e47970308f76597a085e5c3d.zip
- fixed adding new pie graph (Artem)
- improved javascripts (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4459 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 34506e2d..8a22783e 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -2524,7 +2524,7 @@
url_param($graphtype, false, 'graphtype').
url_param($gitem, false).
url_param($gid,false,'gid').
- url_param($_REQUEST['graphid'],false,'graphid').
+ url_param(get_request('graphid',0),false,'graphid').
'",550,400,"graph_item_form");');
if(($graphtype == GRAPH_TYPE_PIE) || ($graphtype == GRAPH_TYPE_EXPLODED)){