summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-08-29 04:24:45 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-08-29 04:24:45 +0000
commitc79f8f2fa32a24fb2d5ae2b2e5e8cbad8b3fdf82 (patch)
tree0933b84b72e82503e92afba4628a153d40049e36 /frontends/php/graph.php
parentd6979e8ed003b82e31e7bd7402efa5264b4a8430 (diff)
downloadzabbix-c79f8f2fa32a24fb2d5ae2b2e5e8cbad8b3fdf82.tar.gz
zabbix-c79f8f2fa32a24fb2d5ae2b2e5e8cbad8b3fdf82.tar.xz
zabbix-c79f8f2fa32a24fb2d5ae2b2e5e8cbad8b3fdf82.zip
Changes in forms.
git-svn-id: svn://svn.zabbix.com/trunk@471 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graph.php')
-rw-r--r--frontends/php/graph.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php
index b45a032b..a242192a 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -72,7 +72,8 @@
echo "New item for graph";
show_table2_v_delimiter();
- echo "<form method=\"get\" action=\"graph.php?graphid=".$HTTP_GET_VARS["graphid"]."\">";
+ echo "<form method=\"get\" action=\"graph.php\">";
+ echo "<input name=\"graphid\" type=\"hidden\" value=".$HTTP_GET_VARS["graphid"].">";
if(isset($HTTP_GET_VARS["gitemid"]))
{
echo "<input name=\"gitemid\" type=\"hidden\" value=".$HTTP_GET_VARS["gitemid"].">";