"MDL-12405, add webpage to user fields, merged from MOODLE_19_STABLE"

This commit is contained in:
dongsheng
2008-05-28 01:39:05 +00:00
parent c0ffeb3969
commit 7f2f55a0e1
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class auth_plugin_base {
*/
var $userfields = array("firstname", "lastname", "email", "phone1", "phone2",
"institution", "department", "address", "city", "country",
"description", "idnumber", "lang");
"description", "idnumber", "lang", "url");
/**