Skip to content

Commit

Permalink
MDL-37254 add missing AS keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Dec 22, 2012
1 parent 322af44 commit ac4404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filebrowser/file_info_context_course.php
Expand Up @@ -813,7 +813,7 @@ public function count_non_empty_children($extensions = '*', $limit = 1) {
'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
Expand Down

0 comments on commit ac4404e

Please sign in to comment.