Skip to content

Commit

Permalink
FIxed my last hasty checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Dec 28, 2004
1 parent 3c6b56d commit 34dd590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$loginstring = "<font size=\"2\"><a href=\"$wwwroot/login/index.php\">".get_string('login').'</a></font>';
} else {
$loginstring = '<font size="1">'. user_login_string($site) .'</font>';
add_to_log(SITEID, "course", "view", "view.php?id=$course->id", SITEID);
add_to_log(SITEID, 'course', 'view', 'view.php?id='.SITEID, SITEID);
}

if (empty($CFG->langmenu)) {
Expand Down

0 comments on commit 34dd590

Please sign in to comment.