From: thepurpleblob Date: Thu, 17 Jun 2004 17:31:12 +0000 (+0000) Subject: fixed bug where select box for category is shown but changing it doesn't do anything X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ff3cb169af21018bc6310e7ac2267b704b98f148;p=moodle.git fixed bug where select box for category is shown but changing it doesn't do anything category selected in previous edit screen now used, and *fixed* category displayed. Course shortname has been added to category where category is published --- diff --git a/mod/quiz/import.php b/mod/quiz/import.php index ba5a2a34a3..d7a0490a7a 100644 --- a/mod/quiz/import.php +++ b/mod/quiz/import.php @@ -108,7 +108,8 @@ echo ""; print_string("category", "quiz"); echo ":"; - choose_from_menu($categories, "category", "$category->id", ""); + // choose_from_menu($categories, "category", "$category->id", ""); + echo quiz_get_category_coursename($category); echo ""; echo "";