From 3c6b56daa4ead94c008000a46562deb2b7d47613 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 28 Dec 2004 15:11:16 +0000 Subject: [PATCH] Viewing site front page is now logged. --- index.php | 1 + 1 file changed, 1 insertion(+) 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)) { -- 2.39.5