summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-30 09:12:21 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-30 09:12:21 +0000
commit382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a (patch)
treeb99bc8dae9b7bad326813335c20b5e395512c180 /frontends/php/include/forms.inc.php
parenta1a5b207bbe75293f84ec8a03eed42902acc62f3 (diff)
downloadzabbix-382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a.tar.gz
zabbix-382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a.tar.xz
zabbix-382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a.zip
- fixed graph items limitation for IE6 (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4477 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 8a22783e..a4fad70d 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -2356,7 +2356,7 @@
{
global $_REQUEST;
- $frmGraph = new CFormTable(S_GRAPH);
+ $frmGraph = new CFormTable(S_GRAPH,null,'post');
$frmGraph->SetName('frm_graph');
$frmGraph->SetHelp("web.graphs.graph.php");
$frmGraph->SetMethod('post');