mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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
|
@ -11,7 +11,7 @@
|
|||
require_once('../config.php');
|
||||
require_once('lib.php');
|
||||
require_once($CFG->libdir.'/moodlelib.php');
|
||||
require_once($CFG->libdir.'/json/JSON.php');
|
||||
//require_once($CFG->libdir.'/json/JSON.php');
|
||||
|
||||
|
||||
$success = true;
|
||||
|
@ -273,4 +273,4 @@ if ($success) {
|
|||
print_footer($course);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue