mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Tweaks and cleanups
This commit is contained in:
parent
4606d9bb9f
commit
adecd142a3
4 changed files with 5 additions and 5 deletions
|
@ -64,7 +64,7 @@
|
|||
switch ($mode) {
|
||||
case "todaylogs" :
|
||||
echo "<HR><CENTER>";
|
||||
print_log_graph($course, $user->id, "userday.png", time() );
|
||||
print_log_graph($course, $user->id, "userday.png");
|
||||
echo "</CENTER>";
|
||||
print_log($course, $user->id, usergetmidnight(time()), "ORDER BY l.time DESC");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue