Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d2796
)
MDL-56093 auth_db: Remove issue no. from comment
author
Andrew Nicols
<andrew@nicols.co.uk>
Mon, 9 Jul 2018 04:12:57 +0000
(12:12 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Mon, 9 Jul 2018 04:14:17 +0000
(12:14 +0800)
auth/db/auth.php
patch
|
blob
|
blame
|
history
diff --git
a/auth/db/auth.php
b/auth/db/auth.php
index
14ca12f
..
5c2fe8c
100644
(file)
--- a/
auth/db/auth.php
+++ b/
auth/db/auth.php
@@
-474,7
+474,7
@@
class auth_plugin_db extends auth_plugin_base {
set_user_preference('create_password', 1, $id);
}
- // Save custom profile fields here
(MDL-56093)
.
+ // Save custom profile fields here.
require_once($CFG->dirroot . '/user/profile/lib.php');
$user->id = $id;
profile_save_data($user);