[svn r13859] when doing this sequence : course where i am coach -> tracking -> student details -> lp detail -> back to tracking (with breadcrumb) : id_session were lost (FS#2086)

skala
Eric Marguin 18 years ago
parent 0a06d512ec
commit eef58c7a42
  1. 2
      main/mySpace/lp_tracking.php

@ -42,7 +42,7 @@ if(!empty($_GET['origin']) && $_GET['origin'] == 'user_course')
else if(!empty($_GET['origin']) && $_GET['origin'] == 'tracking_course') else if(!empty($_GET['origin']) && $_GET['origin'] == 'tracking_course')
{ {
$interbreadcrumb[] = array ("url" => api_get_path(WEB_COURSE_PATH).$_course['directory'], 'name' => $_course['title']); $interbreadcrumb[] = array ("url" => api_get_path(WEB_COURSE_PATH).$_course['directory'], 'name' => $_course['title']);
$interbreadcrumb[] = array ("url" => "../tracking/courseLog.php?cidReq=".$_GET['course'].'&studentlist=true', "name" => get_lang("Tracking")); $interbreadcrumb[] = array ("url" => "../tracking/courseLog.php?cidReq=".$_GET['course'].'&studentlist=true&id_session='.$_SESSION['id_session'], "name" => get_lang("Tracking"));
} }
else else
{ {

Loading…
Cancel
Save