update.inc.php mise à jour ok

This commit is contained in:
Fred Tempez 2024-04-12 21:22:57 +02:00
parent 6bc8636692
commit 03c7e0a7fa
1 changed files with 2 additions and 1 deletions

View File

@ -40,8 +40,9 @@ if (
}
}
}
$this->deleteData(['enrolment', $courseId, $userId, 'history']);
}
fclose($fp);
}
//$this->setData(['core', 'dataVersion', 1800]);
$this->setData(['core', 'dataVersion', 1800]);
}