Switch the email to text as voicemail_mail_to can be more than one email address which is not allowed using the email type.

This commit is contained in:
Mark Crane 2015-01-17 08:21:33 +00:00
parent 7bbac16e9e
commit f4c24f77ad
1 changed files with 1 additions and 1 deletions

View File

@ -1495,7 +1495,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-voicemail_mail_to'].":\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='email' name='voicemail_mail_to' maxlength='255' value=\"$voicemail_mail_to\">\n";
echo " <input class='formfld' type='text' name='voicemail_mail_to' maxlength='255' value=\"$voicemail_mail_to\">\n";
echo "<br />\n";
echo $text['description-voicemail_mail_to']."\n";
echo "</td>\n";