mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Now group->description and groups_groupings->description are NULLable
Also, some incorrect default values are out (XMLDB handles them). MDL-7356 & MDL-8239
This commit is contained in:
parent
8dc0648057
commit
26a1b2f35b
4 changed files with 27 additions and 17 deletions
|
@ -5,7 +5,7 @@
|
|||
// This fragment is called by /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$group_version = 2006120401;
|
||||
$group_version = 2007012000;
|
||||
//$module->requires = 2006120400; // Requires this Moodle version
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue