From: moodler Date: Tue, 28 Dec 2004 15:11:16 +0000 (+0000) Subject: Viewing site front page is now logged. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3c6b56daa4ead94c008000a46562deb2b7d47613;p=moodle.git Viewing site front page is now logged. --- diff --git a/index.php b/index.php index 23cff164c4..939694acb3 100644 --- a/index.php +++ b/index.php @@ -45,6 +45,7 @@ $loginstring = "".get_string('login').''; } else { $loginstring = ''. user_login_string($site) .''; + add_to_log(SITEID, "course", "view", "view.php?id=$course->id", SITEID); } if (empty($CFG->langmenu)) {