From f2cdda2e9d91f04e12687423d54a1bf137d392f5 Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 15 Jan 2007 11:46:29 +0000 Subject: - increased message size for alerts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3711 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/forms.inc.php') diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 998ed7b5..9a18ba19 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -1826,7 +1826,7 @@ $uid=null; - $frmAction = new CFormTable(S_ACTION,'actionconf.php'); + $frmAction = new CFormTable(S_ACTION,'actionconf.php','post'); $frmAction->SetHelp('web.actions.action.php'); $conditions = get_request("conditions",array()); -- cgit