Lots of work on site display, over many files. Improved front page

and display of site modules.
This commit is contained in:
martin
2002-08-03 08:16:31 +00:00
parent 3f63fdfbfb
commit 94361e021e
23 changed files with 194 additions and 136 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
$section->id = insert_record("course_sections", $section);
add_to_log($newid, "course", "new", "view.php?id=$newid", "");
redirect("$CFG->wwwroot/admin/teacher.php?id=$newid", get_string("changessaved"));
redirect("teacher.php?id=$newid", get_string("changessaved"));
} else {
error("Serious Error! Could not create the new course!");
}