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 4b9651e2dc
commit 2bb98fb2e5

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