Set session id

pull/2487/head
jmontoyaa 9 years ago
parent 27739204c3
commit 5a145fedab
  1. 4
      main/mySpace/myStudents.php

@ -42,10 +42,6 @@ $student_id = intval($_GET['student']);
// time spent on the course
$courseInfo = api_get_course_info($course_code);
if (empty($sessionId)) {
$sessionId = api_get_session_id();
}
if ($export) {
ob_start();
}

Loading…
Cancel
Save