From: moodler Date: Tue, 28 Dec 2004 15:12:46 +0000 (+0000) Subject: FIxed my last hasty checkin X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=34dd5900e4c6f20af5b3a169790591cc93fa10e9;p=moodle.git FIxed my last hasty checkin --- 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)) {