mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-37254 add missing AS keyword
This commit is contained in:
parent
0dc5a532ec
commit
171215d465
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue