|
|
|
|
@ -20,7 +20,7 @@ $interbreadcrumb[] = array('url' => 'index.php', 'name' => get_lang('MySpace')); |
|
|
|
|
$tool_name = get_lang('Report'); |
|
|
|
|
$this_section = SECTION_TRACKING; |
|
|
|
|
$htmlHeadXtra[] = api_get_jqgrid_js(); |
|
|
|
|
$sessionId = isset($_GET['session_id']) ? intval($_GET['session_id']) : 0; |
|
|
|
|
$sessionId = isset($_GET['session_id']) ? intval($_GET['session_id']) : -1; |
|
|
|
|
|
|
|
|
|
// jqgrid will use this URL to do the selects |
|
|
|
|
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_user_course_report_resumed&session_id='.$sessionId; |
|
|
|
|
|