1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Signup - use new mailer. Plus a few details

This commit is contained in:
e107steved
2009-11-18 20:45:20 +00:00
parent 4043bfa9e1
commit 3694e494ab
5 changed files with 143 additions and 133 deletions

View File

@@ -9,9 +9,9 @@
* User settings modify
*
* $Source: /cvs_backup/e107_0.8/usersettings.php,v $
* $Revision: 1.43 $
* $Date: 2009-11-18 01:04:24 $
* $Author: e107coders $
* $Revision: 1.44 $
* $Date: 2009-11-18 20:45:20 $
* $Author: e107steved $
*
*/
/*
@@ -234,7 +234,7 @@ if (isset($_POST['updatesettings']))
$changedEUFData = array();
if (isset($_POST['ue']))
{
$eufVals = $ue->userExtendedValidateAll($_POST['ue'], varset($_POST['hide'],array())); // Validate the extended user fields
$eufVals = $ue->userExtendedValidateAll($_POST['ue'], varset($_POST['hide'],TRUE)); // Validate the extended user fields
$changedEUFData['data'] = validatorClass::findChanges($eufVals['data'], $udata,FALSE);
}