When selecting a rating method, the restrict rating
to items with dates would be automatically enabled if
not checked. This code brings the data module inline
with forum and glossary.
+ if (empty($data->ratingtime) || empty($data->assessed)) {
+ $data->assesstimestart = 0;
+ $data->assesstimefinish = 0;
+ }
+
$data->timemodified = time();
$data->id = $DB->insert_record('data', $data);
$data->timemodified = time();
$data->id = $DB->insert_record('data', $data);