From 8a0a3dbc745da1171bbe9c58e016fefeaf6c17a8 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 19 Nov 2007 21:12:09 +0000 Subject: [PATCH] Save organization in users table Dont save emailprivate in users table (its in users_committee) --- user.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.inc.php b/user.inc.php index f36da75a..fdc206e6 100644 --- a/user.inc.php +++ b/user.inc.php @@ -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 = "";