summaryrefslogtreecommitdiffstats
path: root/frontends/php/latest.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-01 13:04:25 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-01 13:04:25 +0000
commite2919d9724b95a51dddad4af375b1ad8bd268c9b (patch)
tree1cbc64cb5e713f16956f70b8f971c80ffde1f5f0 /frontends/php/latest.php
parent1af2e686674938964fbd0bbb7684f2c43d122420 (diff)
downloadzabbix-e2919d9724b95a51dddad4af375b1ad8bd268c9b.tar.gz
zabbix-e2919d9724b95a51dddad4af375b1ad8bd268c9b.tar.xz
zabbix-e2919d9724b95a51dddad4af375b1ad8bd268c9b.zip
- [ZBX-88] merged rev. 4814:4816 of branches/1.4/ (Artem) [fixed "Change method in all forms which affects display info to 'get" issue]
git-svn-id: svn://svn.zabbix.com/trunk@4818 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/latest.php')
-rw-r--r--frontends/php/latest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/latest.php b/frontends/php/latest.php
index 1231bdfb..25ef9993 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.php
@@ -94,6 +94,7 @@ include_once "include/page_header.php";
?>
<?php
$r_form = new CForm();
+ $r_form->SetMethod('get');
$r_form->AddVar("select",$_REQUEST["select"]);