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