MDL-20442 - now you can switch to ignore empty submits

MDL-14534 - now you can remove 'Not selected' option
This commit is contained in:
Andreas Grabs 2010-05-16 08:17:09 +00:00
parent f25c72d9e9
commit db1a1c0d9e

View File

@ -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');