Skip to content

Commit

Permalink
Tracking: Learnpath: return starting date even for not not attempted …
Browse files Browse the repository at this point in the history
…item for example for exercises not attempted but the user open the item already -refs BT#19265
  • Loading branch information
NicoDucou committed Oct 14, 2021
1 parent 15817d7 commit c2a6e24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/inc/lib/tracking.lib.php
Expand Up @@ -3424,7 +3424,6 @@ public static function get_last_connection_time_in_lp(
INNER JOIN '.$t_lpv.' AS view
ON (item_view.lp_view_id = view.id AND item_view.c_id = view.c_id)
WHERE
status != "not attempted" AND
item_view.c_id = '.$course_id.' AND
view.c_id = '.$course_id.' AND
view.lp_id = '.$lp_id.' AND
Expand Down

0 comments on commit c2a6e24

Please sign in to comment.