mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 05:02:02 +02:00
Bugtracker #4194 - force email check if email verification
This commit is contained in:
parent
6576723824
commit
55d9311201
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/prefs.php,v $
|
||||
| $Revision: 1.7 $
|
||||
| $Date: 2007-09-18 21:10:12 $
|
||||
| $Revision: 1.8 $
|
||||
| $Date: 2007-11-07 22:34:47 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -54,6 +54,8 @@ if (isset($_POST['updateprefs']))
|
||||
$_POST['siteurl'] = trim($_POST['siteurl']) ? trim($_POST['siteurl']) : SITEURL;
|
||||
$_POST['siteurl'] = substr($_POST['siteurl'], -1) == "/" ? $_POST['siteurl'] : $_POST['siteurl']."/";
|
||||
|
||||
// If email verification, email address is required!
|
||||
if ($_POST['user_reg_veri'] == 1) $_POST['disable_emailcheck'] = 0;
|
||||
|
||||
// Table of range checking values - min and max for numerics. Only do the important ones
|
||||
$pref_limits = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user