formatting fix :-) Really I'm just testing the CVS mailing script

This commit is contained in:
moodler 2006-04-21 04:10:12 +00:00
parent 9e3e6be8e7
commit a0a6424c75

View File

@ -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;