]> git.mjollnir.org Git - moodle.git/commit
Added a new column to user_students and user_teachers called "timeaccess"
authormoodler <moodler>
Mon, 27 Oct 2003 12:38:00 +0000 (12:38 +0000)
committermoodler <moodler>
Mon, 27 Oct 2003 12:38:00 +0000 (12:38 +0000)
commit4d744a220ac8d984c874f281d2406af9fec87fcb
treeb1a884ef093f16e137c9e4e744a14b571f90500f
parentecd25101f517e7de9757206fdb7ec5efb942efb5
Added a new column to user_students and user_teachers called "timeaccess"
for recording the last access to the COURSE.

This is updated at the same time as add_to_log and is now used instead
of user->lastaccess when course user listings are required.

This means course listings now show what you expect and open up the way
for a "current users" listing and instant messaging etc ...
course/lib.php
lib/datalib.php
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
user/index.php
version.php