Update extension_edit.php
This commit is contained in:
parent
19b14f16f8
commit
ba80222491
|
|
@ -408,7 +408,9 @@
|
|||
$array["voicemails"][$i]["voicemail_mail_to"] = $voicemail_mail_to;
|
||||
//$array["voicemails"][$i]["voicemail_attach_file"] = $voicemail_attach_file;
|
||||
$array["voicemails"][$i]["voicemail_file"] = $voicemail_file;
|
||||
if (permission_exists('voicemail_local_after_email')) {
|
||||
$array["voicemails"][$i]["voicemail_local_after_email"] = $voicemail_local_after_email;
|
||||
}
|
||||
$array["voicemails"][$i]["voicemail_enabled"] = $voicemail_enabled;
|
||||
if ( empty($voicemail_description)){
|
||||
$voicemail_description = $description;
|
||||
|
|
@ -1363,6 +1365,7 @@
|
|||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
if (permission_exists('voicemail_local_after_email')) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-voicemail_local_after_email']."\n";
|
||||
|
|
@ -1377,6 +1380,7 @@
|
|||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
}
|
||||
}
|
||||
|
||||
if (permission_exists('extension_missed_call')) {
|
||||
echo "<tr>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue