Skip to content

Commit 0356a28

Browse files
committed
Minor - Fix query adding "session" prefix
1 parent 4455577 commit 0356a28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main/inc/lib/tracking.lib.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3696,7 +3696,7 @@ public static function get_sessions_coached_by_user(
36963696
$select
36973697
(
36983698
SELECT DISTINCT
3699-
id,
3699+
session.id,
37003700
name,
37013701
access_start_date,
37023702
access_end_date
@@ -5616,7 +5616,6 @@ public static function show_course_detail($user_id, $course_code, $session_id)
56165616
$html .= Display::tag('td', $position);
56175617
$html .= Display::tag('td', $best_score);
56185618
$html .= Display::tag('td', $graph);
5619-
//$html .= Display::tag('td', $latest_attempt_url, array('align'=>'center', 'width'=>'25'));
56205619
} else {
56215620
// Exercise configuration NO results
56225621
$html .= Display::tag('td', $attempts);

0 commit comments

Comments
 (0)