From 0befd376af5a61e81b701957f3114c3b9e367aac Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Wed, 19 Jan 2005 08:11:49 +0000 Subject: [PATCH] fixed missing courseid in breadcrumbs --- mod/quiz/category.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mod/quiz/category.php b/mod/quiz/category.php index 21167b3742..a85bb07847 100644 --- a/mod/quiz/category.php +++ b/mod/quiz/category.php @@ -20,6 +20,11 @@ error("Only teachers authorized to edit the course '{$course->fullname}' can use this page!"); } + /// Header: + print_header_simple(get_string('editcategories', 'quiz'), '', + "id\">".get_string('modulenameplural', 'quiz').''. + ' -> '.get_string('editcategories', 'quiz')); + /// CHECK FOR AND ACT UPON VARIABLES SUBMITTED VIA GET OR POST $qcobject = new quiz_category_object(); $qcobject->set_course($course); @@ -118,11 +123,6 @@ class quiz_category_object { $this->str->editcategories = get_string('editcategories', 'quiz'); $this->pixpath = $CFG->pixpath; - /// Header: - print_header_simple($this->str->editcategories, '', - "course->id\">".get_string('modulenameplural', 'quiz').''. - " -> {$this->str->editcategories}"); - } /** -- 2.39.5