From 93ffc598a13083537270b701c6d1b94e8434ce4d Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 6 Dec 2008 20:37:47 +0000 Subject: FreeSWITCH package check array size and tab adjustments --- packages/freeswitch/freeswitch_ivr_options_edit.tmp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/freeswitch/freeswitch_ivr_options_edit.tmp') diff --git a/packages/freeswitch/freeswitch_ivr_options_edit.tmp b/packages/freeswitch/freeswitch_ivr_options_edit.tmp index 5ffd94e2..a7bb3e8d 100644 --- a/packages/freeswitch/freeswitch_ivr_options_edit.tmp +++ b/packages/freeswitch/freeswitch_ivr_options_edit.tmp @@ -85,11 +85,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; } -- cgit v1.2.3