diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 1924b69..59f1ec0 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -40,8 +40,9 @@ if ( } } } + $this->deleteData(['enrolment', $courseId, $userId, 'history']); } fclose($fp); } - //$this->setData(['core', 'dataVersion', 1800]); + $this->setData(['core', 'dataVersion', 1800]); } \ No newline at end of file