From 34dd5900e4c6f20af5b3a169790591cc93fa10e9 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 28 Dec 2004 15:12:46 +0000 Subject: [PATCH] FIxed my last hasty checkin --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 939694acb3..2b2769309f 100644 --- a/index.php +++ b/index.php @@ -45,7 +45,7 @@ $loginstring = "".get_string('login').''; } else { $loginstring = ''. user_login_string($site) .''; - 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)) { -- 2.39.5