mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
removed an extra echo statement
This commit is contained in:
parent
4979f73c9e
commit
3e42156be5
@ -871,7 +871,7 @@ function migrate2utf8_user_description($recordid){
|
||||
$textlib = textlib_get_instance();
|
||||
/// Convert the text
|
||||
$result = $textlib->convert($user->description, $fromenc);
|
||||
echo "useruseruser ".($result);
|
||||
|
||||
$newuser = new object;
|
||||
$newuser->id = $recordid;
|
||||
$newuser->description = $result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user