]> git.mjollnir.org Git - moodle.git/commit
Slight change to recent activity calculations in RA block.
authormoodler <moodler>
Sat, 15 May 2004 14:58:12 +0000 (14:58 +0000)
committermoodler <moodler>
Sat, 15 May 2004 14:58:12 +0000 (14:58 +0000)
commit9e51847a1834d08bce5d625ce51da239ae834e07
tree1ca08a39222d7ad067424324711ed5a32541d58c
parent411a96bfedc0076e038c9771bc1a38ee707c2221
Slight change to recent activity calculations in RA block.

Upon login, the last access to each course is stored in the USER session
variable.

The earliest date of recent activity now shown is now the earliest of:

   - this last access time
   - the last login time

If this value is older than two days, then just use two days instead.
course/lib.php
lib/datalib.php