Merge branch 'MDL-33932_21' of git://github.com/grabs/moodle into MOODLE_21_STABLE
This commit is contained in:
@@ -492,6 +492,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