From 1040374833e2e20813fb533f0da421963db5019f Mon Sep 17 00:00:00 2001 From: moodler <moodler> Date: Tue, 11 Jan 2005 07:01:04 +0000 Subject: [PATCH] Add categories editing even with one category --- course/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/course/index.php b/course/index.php index 3a6f3a315f..8b3f113796 100644 --- a/course/index.php +++ b/course/index.php @@ -43,7 +43,8 @@ print_course_search(); } else { $strfulllistofcourses = get_string("fulllistofcourses"); - print_header("$site->shortname: $strfulllistofcourses", $strfulllistofcourses, $strfulllistofcourses); + print_header("$site->shortname: $strfulllistofcourses", $strfulllistofcourses, $strfulllistofcourses, + '', '', true, update_categories_button()); print_courses(0, "80%"); } -- 2.39.5