Save organization in users table

Dont save emailprivate in users table (its in users_committee)
This commit is contained in:
james 2007-11-19 21:12:09 +00:00
parent 82b957eee4
commit 8a0a3dbc74

View File

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