diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-14 14:52:46 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-14 14:52:46 +0000 |
| commit | 4bb0a9e20212b570f750328bdb1e7c0afdd08c06 (patch) | |
| tree | 4cbfe0e86857dde1601b5f04a82d486f4489447f /frontends/php/items.php | |
| parent | 0cc249e68ad687750781ab59a4e63808f56d9048 (diff) | |
- merged -r4296:4298 of branches/1.4.1/ (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4302 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 8ab43134..6206650b 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -739,6 +739,7 @@ include_once "include/page_header.php"; // TABLE $form = new CForm(); $form->SetName('items'); + $form->SetMethod('POST'); $table = new CTableInfo(); $table->SetHeader(array( |
