aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeswitch/freeswitch_time_conditions_edit.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freeswitch/freeswitch_time_conditions_edit.tmp')
-rw-r--r--packages/freeswitch/freeswitch_time_conditions_edit.tmp6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/freeswitch/freeswitch_time_conditions_edit.tmp b/packages/freeswitch/freeswitch_time_conditions_edit.tmp
index 63f66b09..b6e32392 100644
--- a/packages/freeswitch/freeswitch_time_conditions_edit.tmp
+++ b/packages/freeswitch/freeswitch_time_conditions_edit.tmp
@@ -96,11 +96,11 @@ if ($_POST) {
$ivroptionent['optiondescr'] = $_POST['optiondescr'];
if (isset($id) && $a_ivr_options[$id]) {
- //update
- $a_ivr_options[$id] = $ivroptionent;
+ //update
+ $a_ivr_options[$id] = $ivroptionent;
}
else {
- //add
+ //add
$a_ivr_options[] = $ivroptionent;
}