From be2ae09442affbe8e400412d37900308ffc4fe48 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Thu, 12 Jan 2006 23:28:20 +0000 Subject: [PATCH] Replaced mysql specific comments with generic ones in hotpot sql --- mod/hotpot/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/hotpot/lib.php b/mod/hotpot/lib.php index cf5a1361957..0520f459a0f 100644 --- a/mod/hotpot/lib.php +++ b/mod/hotpot/lib.php @@ -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,