From: moodler Date: Fri, 21 Apr 2006 04:10:12 +0000 (+0000) Subject: formatting fix :-) Really I'm just testing the CVS mailing script X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a0a6424c7546471a84c1763a616556fb1fc846d6;p=moodle.git formatting fix :-) Really I'm just testing the CVS mailing script --- diff --git a/blog/header.php b/blog/header.php index 6973041bca..14843d3353 100755 --- a/blog/header.php +++ b/blog/header.php @@ -48,8 +48,7 @@ page_map_class($pagetype, $pageclass); // Now, create our page object. if (!isset($USER->id)) { $PAGE = page_create_object($pagetype); -} -else { +} else { $PAGE = page_create_object($pagetype, $USER->id); } $PAGE->courseid = $courseid;