mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
Duplicate entries are now removed. (SE)
This commit is contained in:
parent
b7ac9c8c75
commit
dbc6b4447c
@ -116,6 +116,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
/// Remove any duplicate entries
|
||||
$conceptlist = filter_remove_duplicates($conceptlist);
|
||||
|
||||
//return $text;
|
||||
return filter_phrases($text, $conceptlist);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user