From 03c7e0a7fa84ad70713757a9b563125ebce27dab Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 12 Apr 2024 21:22:57 +0200 Subject: [PATCH] =?UTF-8?q?update.inc.php=20mise=20=C3=A0=20jour=20ok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/include/update.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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