From dfec93b8c50bf87daf11d4c5da4996113821522a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 12 Jun 2018 17:23:42 -0600 Subject: [PATCH] Update voicemail_edit.php --- app/voicemails/voicemail_edit.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/voicemails/voicemail_edit.php b/app/voicemails/voicemail_edit.php index 767cbd1a22..64bca590ad 100644 --- a/app/voicemails/voicemail_edit.php +++ b/app/voicemails/voicemail_edit.php @@ -82,7 +82,7 @@ //delete the voicemail from the destionations $sqld = " delete from - v_voicemail_destination + v_voicemail_destinations where voicemail_destination_uuid = '".$voicemail_destination_uuid."' and voicemail_uuid = '".$voicemail_uuid."'"; @@ -651,7 +651,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; echo " ".escape($field['voicemail_id'])."\n"; echo " \n"; - echo " ".escape($v_link_label_delete)."\n"; + echo " ".$v_link_label_delete."\n"; echo " \n"; echo " \n"; $voicemail_uuid_copied[] = $field['voicemail_uuid_copy']; @@ -765,4 +765,5 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { //include the footer require_once "resources/footer.php"; + ?>