Merge branch 'MDL-33932_20' of git://github.com/grabs/moodle into MOODLE_20_STABLE
This commit is contained in:
@@ -491,6 +491,9 @@ class feedback_item_multichoice extends feedback_item_base {
|
||||
|
||||
function create_value($data) {
|
||||
$vallist = $data;
|
||||
if (is_array($vallist)) {
|
||||
$vallist = array_unique($vallist);
|
||||
}
|
||||
return trim($this->item_arrayToString($vallist));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user