MDL-13672 tag name function was not updated when tag/lib.php changed

This commit is contained in:
moodler
2008-02-26 12:45:32 +00:00
parent c254ed8511
commit 52ffec20aa
+1 -1
View File
@@ -42,7 +42,7 @@
// User interests separated by commas
if (!empty($CFG->usetags)) {
require_once($CFG->dirroot.'/tag/lib.php');
$user->interests = tag_names_csv(get_item_tags('user', $user->id));
$user->interests = tag_get_tags_csv('user', $user->id, TAG_RETURN_TEXT);
}
// remote users cannot be edited