Skip to content

Commit

Permalink
Minor - Fix query adding "session" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Apr 9, 2018
1 parent 4455577 commit 0356a28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/inc/lib/tracking.lib.php
Expand Up @@ -3696,7 +3696,7 @@ public static function get_sessions_coached_by_user(
$select
(
SELECT DISTINCT
id,
session.id,
name,
access_start_date,
access_end_date
Expand Down Expand Up @@ -5616,7 +5616,6 @@ public static function show_course_detail($user_id, $course_code, $session_id)
$html .= Display::tag('td', $position);
$html .= Display::tag('td', $best_score);
$html .= Display::tag('td', $graph);
//$html .= Display::tag('td', $latest_attempt_url, array('align'=>'center', 'width'=>'25'));
} else {
// Exercise configuration NO results
$html .= Display::tag('td', $attempts);
Expand Down

0 comments on commit 0356a28

Please sign in to comment.