diff options
Diffstat (limited to 'frontends/php/queue.php')
| -rw-r--r-- | frontends/php/queue.php | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
