Replaced mysql specific comments with generic ones in hotpot sql

This commit is contained in:
mjollnir_
2006-01-12 23:28:20 +00:00
parent 5458c1daa8
commit be2ae09442
+2 -2
View File
@@ -686,10 +686,10 @@ function hotpot_get_all_instances_in_course($modulename, $course) {
cm.course AS course,
cm.module AS module,
cm.instance AS instance,
## cm.section AS section,
-- cm.section AS section,
cm.visible AS visible,
$groupmode
## cs.section AS sectionnumber,
-- cs.section AS sectionnumber,
cs.section AS section,
cs.sequence AS sequence,
cs.visible AS sectionvisible,