Update voicemail_edit.php

This commit is contained in:
FusionPBX
2017-04-15 15:32:15 -06:00
committed by GitHub
parent f7725839e7
commit 55606d997f
+2 -2
View File
@@ -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