Skip to content

Commit

Permalink
removed an extra echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 25, 2006
1 parent 4979f73 commit 3e42156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/migrate2utf8.php
Expand Up @@ -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;
Expand Down

0 comments on commit 3e42156

Please sign in to comment.