Tweaks and cleanups

This commit is contained in:
martin 2002-08-08 17:29:22 +00:00
parent 4606d9bb9f
commit adecd142a3
4 changed files with 5 additions and 5 deletions

View file

@ -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;