Calc ALL spent teachers time in platform in teachers time by session report - refs BT#11032

remotes/angel/1.11.x
Angel Fernando Quiroz Campos 9 years ago
parent 8faf4d6f47
commit ca17437b2f
  1. 2
      main/admin/teachers_time_by_session_report.php

@ -61,7 +61,7 @@ if ($session) {
'code' => $user->getOfficialCode(),
'complete_name' => $user->getCompleteName(),
'time_in_platform' => api_time_to_hms(
Tracking::get_time_spent_on_the_platform($user->getId())
Tracking::get_time_spent_on_the_platform($user->getId(), 'ever')
),
'first_connection' => Tracking::get_first_connection_date($user->getId()),
'last_connection' => Tracking::get_last_connection_date($user->getId()),

Loading…
Cancel
Save