Restore escaped from latest tag-lib refactoring. MDL-14038

This commit is contained in:
stronk7
2008-03-24 16:37:46 +00:00
parent 8809f87505
commit 1ebff51139
+2 -2
View File
@@ -2662,7 +2662,7 @@ define('RESTORE_GROUPS_GROUPINGS', 3);
foreach($user->user_tags as $user_tag) {
$tags[] = $user_tag->rawname;
}
update_item_tags('user', $newid, implode(',', $tags));
tag_set('user', $newid, $tags);
}
}
@@ -8356,4 +8356,4 @@ define('RESTORE_GROUPS_GROUPINGS', 3);
fclose($restorelog);
}
}
?>
?>