mirror of
https://github.com/moodle/moodle.git
synced 2025-03-10 10:58:38 +01:00
Merge branch 'w51_MDL-37254_m25_courseinfoas' of git://github.com/skodak/moodle
This commit is contained in:
commit
36b6340532
@ -813,7 +813,7 @@ class file_info_area_backup_section extends file_info {
|
||||
'component' => 'backup',
|
||||
'filearea' => 'section',
|
||||
'emptyfilename' => '.');
|
||||
$sql1 = "SELECT DISTINCT cs.id sectionid FROM {files} f, {course_sections} cs
|
||||
$sql1 = "SELECT DISTINCT cs.id AS sectionid FROM {files} f, {course_sections} cs
|
||||
WHERE cs.course = :courseid
|
||||
AND f.contextid = :contextid
|
||||
AND f.component = :component
|
||||
|
Loading…
x
Reference in New Issue
Block a user