mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-20442 - now you can switch to ignore empty submits
MDL-14534 - now you can remove 'Not selected' option
This commit is contained in:
parent
f25c72d9e9
commit
db1a1c0d9e
@ -79,6 +79,7 @@ if($id and $item = $DB->get_record('feedback_item', array('id'=>$id))) {
|
||||
print_error('typemissing', 'feedback', $editurl->out(false));
|
||||
}
|
||||
$item->typ = $typ;
|
||||
$item->options = '';
|
||||
}
|
||||
|
||||
require_once($CFG->dirroot.'/mod/feedback/item/'.$typ.'/lib.php');
|
||||
|
Loading…
x
Reference in New Issue
Block a user