projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c58aee
)
No longer need the getuserinfo parameter
author
moodler
<moodler>
Thu, 21 Nov 2002 11:28:46 +0000
(11:28 +0000)
committer
moodler
<moodler>
Thu, 21 Nov 2002 11:28:46 +0000
(11:28 +0000)
lib/moodlelib.php
patch
|
blob
|
history
diff --git
a/lib/moodlelib.php
b/lib/moodlelib.php
index 2f6b11a8eae9a6ef2d5325676b800fa3ba876ff2..87b8acaa95248fa529a25ffa8b7c7f1246e640ff 100644
(file)
--- a/
lib/moodlelib.php
+++ b/
lib/moodlelib.php
@@
-1401,7
+1401,7
@@
function create_user_record($username, $password) {
// Creates a bare-bones user record
global $REMOTE_ADDR, $CFG;
- if (
$CFG->auth_update_userinfo and
function_exists(auth_get_userinfo)) {
+ if (function_exists(auth_get_userinfo)) {
if ($newinfo = auth_get_userinfo($username)) {
foreach ($newinfo as $key => $value){
$newuser->$key = $value;