Just removing a space

This commit is contained in:
moodler 2006-03-29 15:39:21 +00:00
parent 8a58a8e17f
commit 00a67d879c

View File

@ -1506,7 +1506,6 @@ function require_login($courseid=0, $autologinguest=true, $cm=null) {
global $CFG, $SESSION, $USER, $FULLME, $MoodleSession;
// Redefine global COURSEID, this is a new idea in 1.6 Beta and not to be relied on yet
if ($courseid) {
define('COURSEID', $courseid);
}