1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Issue #1114, Fixes #1041 - Mail validation issues. Removed problematic remote-server email-check feature.

This commit is contained in:
Cameron
2015-08-21 12:53:09 -07:00
parent 88070b7af8
commit d3fbef7840
5 changed files with 42 additions and 18 deletions

View File

@@ -1469,14 +1469,22 @@ $text .= "
$text .= "
</select></td>
</tr>
";
/*
// Highly problematic.
$text .= "
<tr>
<td><label for='signup-remote-emailcheck'>".PRFLAN_160."</label></td>
<td>
".$frm->radio_switch('signup_remote_emailcheck', $pref['signup_remote_emailcheck'])."
</td>
</tr>
</tr>";
*/
$text .= "
<tr>
<td><label for='membersonly-enabled'>".PRFLAN_58."</label></td>