Update voicemail_edit.php
This commit is contained in:
@@ -71,8 +71,8 @@
|
|||||||
$voicemail_tutorial = check_str($_POST["voicemail_tutorial"]);
|
$voicemail_tutorial = check_str($_POST["voicemail_tutorial"]);
|
||||||
//remove the space
|
//remove the space
|
||||||
$voicemail_mail_to = str_replace(" ", "", $voicemail_mail_to);
|
$voicemail_mail_to = str_replace(" ", "", $voicemail_mail_to);
|
||||||
|
//debug info
|
||||||
echo "<pre>"; print_r($voicemail_options); echo "</pre>";
|
//echo "<pre>"; print_r($voicemail_options); echo "</pre>";
|
||||||
}
|
}
|
||||||
|
|
||||||
//unassign the voicemail id copy from the voicemail id
|
//unassign the voicemail id copy from the voicemail id
|
||||||
|
|||||||
Reference in New Issue
Block a user