Index: auth.php =================================================================== RCS file: /cvsroot/moodle/moodle/auth/db/auth.php,v retrieving revision 1.21.2.1 diff -u -r1.21.2.1 auth.php --- auth.php 27 Jan 2008 20:05:29 -0000 1.21.2.1 +++ auth.php 5 Apr 2008 21:37:38 -0000 @@ -132,7 +132,7 @@ * @return array */ function db_attributes() { - $fields = array("firstname", "lastname", "email", "phone1", "phone2", + $fields = array("firstname", "lastname", "email", "phone1", "phone2", "institution", "department", "address", "city", "country", "description", "idnumber", "lang" ); $moodleattributes = array();