From: dongsheng Date: Wed, 26 Mar 2008 00:47:20 +0000 (+0000) Subject: MDL-12531 add institution to lockable fileds, thanks for your patch, Lgor Plisco X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d169515218283bf0f506e9135534f7bb8625e8da;p=moodle.git MDL-12531 add institution to lockable fileds, thanks for your patch, Lgor Plisco --- diff --git a/admin/auth_config.php b/admin/auth_config.php index 50ca67ca89..e8190c3e23 100644 --- a/admin/auth_config.php +++ b/admin/auth_config.php @@ -50,7 +50,7 @@ if ($frm = data_submitted() and confirm_sesskey()) { $frm = get_config("auth/$auth"); } -$user_fields = array("firstname", "lastname", "email", "phone1", "phone2", "department", "address", "city", "country", "description", "idnumber", "lang"); +$user_fields = array("firstname", "lastname", "email", "phone1", "phone2", "institution", "department", "address", "city", "country", "description", "idnumber", "lang"); /// Get the auth title (from core or own auth lang files) $authtitle = $authplugin->get_title();