mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-16368 commenting out unfinished code for now
This commit is contained in:
parent
ec8b711fb3
commit
c6800efef1
@ -125,9 +125,9 @@
|
||||
}
|
||||
|
||||
$usercontext = get_context_instance(CONTEXT_USER, $usernew->id);
|
||||
if ($usernew->description = file_rewrite_urls($usernew->description, $usercontext->id, '/gudu/', 'user_profile', 0, $usercontext->id)) {
|
||||
/* if ($usernew->description = file_rewrite_urls($usernew->description, $usercontext->id, '/gudu/', 'user_profile', 0, $usercontext->id)) {
|
||||
$DB->set_field("user", "description", $usernew->description, array("id" => $usernew->id));
|
||||
}
|
||||
}*/
|
||||
|
||||
//update preferences
|
||||
useredit_update_user_preference($usernew);
|
||||
|
Loading…
x
Reference in New Issue
Block a user