Skip to content

Commit

Permalink
Session: Fix course list when exporting session list - refs BT#20364
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Dec 7, 2022
1 parent f1ef813 commit 80e2d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/session/session_export.php
Expand Up @@ -154,7 +154,7 @@
}

// Courses
$sql = "SELECT DISTINCT c.code, sc.id, c_id
$sql = "SELECT DISTINCT c.code, sc.c_id
FROM $tbl_course c
INNER JOIN $tbl_session_course_user sc
ON c.id = sc.c_id AND sc.session_id = '".$row['id']."'";
Expand Down

0 comments on commit 80e2d7e

Please sign in to comment.