forked from science-ation/science-ation
Save organization in users table
Dont save emailprivate in users table (its in users_committee)
This commit is contained in:
parent
82b957eee4
commit
8a0a3dbc74
@ -219,8 +219,8 @@ function user_save_region($u)
|
||||
function user_save($u)
|
||||
{
|
||||
$fields = array('firstname','lastname','username','password',
|
||||
'email','emailprivate',
|
||||
'phonehome','phonework','phonecell','fax',
|
||||
'email',
|
||||
'phonehome','phonework','phonecell','fax','organization',
|
||||
'address','address2','city','province','postalcode');
|
||||
|
||||
$set = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user