From b99897718ef17dc9e0816f12fab24812b0bd6cc9 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 7 Aug 2003 17:00:06 +0000 Subject: [PATCH] Little display tweaks --- course/edit.php | 2 +- course/lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/edit.php b/course/edit.php index 2a2df70752..3fee94c5c6 100644 --- a/course/edit.php +++ b/course/edit.php @@ -116,7 +116,7 @@ $form->numsections = 10; $form->newsitems = 5; $form->showrecent = 1; - $form->category = 1; + $form->category = 0; $form->id = ""; $form->visible = 1; } diff --git a/course/lib.php b/course/lib.php index c615187d4b..847ed133db 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1097,7 +1097,7 @@ function print_my_moodle() { print_course($course, "100%"); echo "
\n"; } - echo "

wwwroot/course/\">".get_string("fulllistofcourses")."...

"; + echo "

wwwroot/course/\">".get_string("fulllistofcourses")."...

"; } else { if (count_records("course_categories") > 1) { print_simple_box_start("center", "100%"); -- 2.39.5