MDL-14237: Removing all remaining tag-related uses of html_entity_decode

This commit is contained in:
scyrma
2008-07-07 07:40:35 +00:00
parent 347579d364
commit c2efdd7624
5 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
//user interests separated by commas
if (!empty($CFG->usetags)) {
require_once($CFG->dirroot.'/tag/lib.php');
$user->interests = html_entity_decode(tag_get_tags_csv('user', $id, TAG_RETURN_TEXT)); // formslib uses htmlentities itself
$user->interests = tag_get_tags_csv('user', $id, TAG_RETURN_TEXT); // formslib uses htmlentities itself
}
//create form