MDL-13404 - Modification to all tag_get_tags_* calls needing an array & other improvements

This commit is contained in:
scyrma
2008-02-26 06:39:10 +00:00
parent 186fa912d9
commit 7bbd75dc6e
6 changed files with 63 additions and 39 deletions
+1 -1
View File
@@ -381,7 +381,7 @@
/// Printing Interests
if( !empty($CFG->usetags)) {
if ( $interests = tag_get_tags_csv(array('type'=>'user', 'id'=>$user->id)) ) {
if ( $interests = tag_get_tags_csv('user', $user->id) ) {
print_row(get_string('interests') .": ", $interests);
}
}