removed an extra echo statement

This commit is contained in:
moodler 2006-01-25 06:23:33 +00:00
parent 4979f73c9e
commit 3e42156be5

View File

@ -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;