mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Fixing the type for grades to number(10,5)
This commit is contained in:
parent
b398c4c28d
commit
dfd3497a75
2 changed files with 4 additions and 4 deletions
|
@ -28,6 +28,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$module->version = 2009080400;
|
||||
$module->requires = 2009073101; // Requires this Moodle version
|
||||
$module->version = 2009081300;
|
||||
$module->requires = 2009080700; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue