mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
fixed annoying notices
This commit is contained in:
parent
dd7aec5dac
commit
7a6f3c336d
@ -144,6 +144,7 @@
|
||||
$thissection->course = $course->id; // Create a new week structure
|
||||
$thissection->section = $section;
|
||||
$thissection->summary = '';
|
||||
$thissection->summaryformat = FORMAT_HTML;
|
||||
$thissection->visible = 1;
|
||||
$thissection->id = $DB->insert_record('course_sections', $thissection);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user