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"; + ?>