summaryrefslogtreecommitdiffstats
path: root/frontends/php/actionconf.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-03 07:23:52 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-03 07:23:52 +0000
commit1333c00671afca3228b1521687b8b7a1bcd95f30 (patch)
tree9453dd7e1e4b6f6124f2aee8935eaff05321cc23 /frontends/php/actionconf.php
parent27187bf82da381f0bdcbbbb5ed0035e1f452b2d9 (diff)
downloadzabbix-1333c00671afca3228b1521687b8b7a1bcd95f30.tar.gz
zabbix-1333c00671afca3228b1521687b8b7a1bcd95f30.tar.xz
zabbix-1333c00671afca3228b1521687b8b7a1bcd95f30.zip
- [DEV-171] fix and improvements to escalation form (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5745 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/actionconf.php')
-rw-r--r--frontends/php/actionconf.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/frontends/php/actionconf.php b/frontends/php/actionconf.php
index cdd38991..5ab812c0 100644
--- a/frontends/php/actionconf.php
+++ b/frontends/php/actionconf.php
@@ -67,12 +67,7 @@ include_once 'include/page_header.php';
'edit_operationid'=>array(null, O_OPT, P_ACT, DB_ID, null),
'new_operation'=> array(null, O_OPT, null, null, 'isset({add_operation})'),
-
- 'esc_step_from'=> array(T_ZBX_INT, O_OPT, null, null, null),
- 'esc_step_to'=> array(T_ZBX_INT, O_OPT, null, null, null),
-
- 'esc_step_period'=> array(T_ZBX_INT, O_OPT, null, null, null),
-
+
'opconditions'=> array(null, O_OPT, null, null, null),
'g_opconditionid'=> array(null, O_OPT, null, null, null),
@@ -252,7 +247,6 @@ include_once 'include/page_header.php';
}
else if(inarr_isset(array('add_operation','new_operation'))){
$new_operation = $_REQUEST['new_operation'];
-
if(validate_operation($new_operation)){
zbx_rksort($new_operation);