[svn r13965] add the number of connexions to a course (http://www.dokeos.com/forum/viewtopic.php?t=11492)

skala
Eric Marguin 17 years ago
parent a36ef8a00d
commit 0c6fc69fdf
  1. 3
      main/mySpace/myStudents.php

@ -426,7 +426,8 @@ if(!empty($_GET['student']))
$a_date_end = explode('-',$a_infosCours['date_end']);
$date_end = $a_date_end[2].'/'.$a_date_end[1].'/'.$a_date_end[0];
$dateSession = get_lang('From').' '.$date_start.' '.get_lang('To').' '.$date_end;
$tableTitle = $a_infosCours['title'].'  |  '.get_lang('Tutor').' : '.stripslashes($a_infosCours['tutor_name']);
$nb_login = Tracking :: count_login_per_student($a_infosUser['user_id'], $_GET['course']);
$tableTitle = $a_infosCours['title'].' | '.get_lang('CountToolAccess').' : '.$nb_login.'  |  '.get_lang('Tutor').' : '.stripslashes($a_infosCours['tutor_name']);
$csv_content[] = array();
$csv_content[] = array(str_replace(' ','',$tableTitle));

Loading…
Cancel
Save