mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Upgraded the live log to use the new print_log
This commit is contained in:
parent
553894ced6
commit
fcd0e8edc7
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
$user=0;
|
||||
$date=time() - 3600;
|
||||
|
||||
print_log($course, $user, $date, "ORDER BY l.time DESC");
|
||||
print_log($course, $user, $date, "l.time DESC", 0, 500,
|
||||
"loglive.php?id=$course->id&user=$user&date=$date");
|
||||
|
||||
exit;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue