From: moodler Date: Tue, 11 Jan 2005 07:01:04 +0000 (+0000) Subject: Add categories editing even with one category X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1040374833e2e20813fb533f0da421963db5019f;p=moodle.git Add categories editing even with one category --- 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%"); }