aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_extensions_edit.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-06-19 06:41:27 -0600
committermcrane <mctch@yahoo.com>2009-06-19 06:41:27 -0600
commit3e0c93ef4c7b803811f6a333dd3c159d6c6d8db2 (patch)
tree573b03f5bcd62a956ba7bb2e2f26dec670aee3fe /config/freeswitch/freeswitch_extensions_edit.tmp
parent6919906b41eab4e7ff51455a8e8a9735a61145dd (diff)
downloadpfsense-packages-3e0c93ef4c7b803811f6a333dd3c159d6c6d8db2.tar.gz
pfsense-packages-3e0c93ef4c7b803811f6a333dd3c159d6c6d8db2.tar.bz2
pfsense-packages-3e0c93ef4c7b803811f6a333dd3c159d6c6d8db2.zip
FreeSWITCH package fix syntax error, and wording changes.
Diffstat (limited to 'config/freeswitch/freeswitch_extensions_edit.tmp')
-rw-r--r--config/freeswitch/freeswitch_extensions_edit.tmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch_extensions_edit.tmp b/config/freeswitch/freeswitch_extensions_edit.tmp
index b6ca1b10..54b46d7c 100644
--- a/config/freeswitch/freeswitch_extensions_edit.tmp
+++ b/config/freeswitch/freeswitch_extensions_edit.tmp
@@ -90,7 +90,7 @@ if ($_POST) {
$ent['outbound_caller_id_number'] = $outbound_caller_id_number;
$ent['vm-mailto'] = $_POST['vm-mailto'];
$ent['vm-attach-file'] = $_POST['vm-attach-file'];
- $ent['vm-keep-local-after-email'] = $_POST['vm-keep-local-after-email];
+ $ent['vm-keep-local-after-email'] = $_POST['vm-keep-local-after-email'];
$ent['user_context'] = $_POST['user_context'];
$ent['callgroup'] = $_POST['callgroup'];
$ent['auth-acl'] = $_POST['auth-acl'];
@@ -245,7 +245,7 @@ display_top_tabs(build_menu());
</td>
</tr>
<tr>
- <td width="25%" valign="top" class="vncellreq" nowrap>vm-keep-local-after-email</td>
+ <td width="25%" valign="top" class="vncellreq" nowrap>VM Keep Local After Email</td>
<td width="75%" class="vtable">
<?php
echo " <select name='vm-keep-local-after-email' class='formfld unknown'>\n";