From e2919d9724b95a51dddad4af375b1ad8bd268c9b Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 1 Oct 2007 13:04:25 +0000 Subject: - [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 --- frontends/php/queue.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/php/queue.php') diff --git a/frontends/php/queue.php b/frontends/php/queue.php index b3c9f744..0a1302ed 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -44,6 +44,8 @@ include_once "include/page_header.php"; $_REQUEST["show"] = get_request("show", 0); $form = new CForm(); + $form->SetMethod('get'); + $cmbMode = new CComboBox("show", $_REQUEST["show"], "submit();"); $cmbMode->AddItem(0, S_OVERVIEW); $cmbMode->AddItem(1, S_DETAILS); -- cgit