From: tjhunt Date: Mon, 22 May 2006 13:06:36 +0000 (+0000) Subject: Fix an undefined variable notice. Merged from 1.6stable. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=971cd5082aab098010611dc8d2b44e3cf17c54d2;p=moodle.git Fix an undefined variable notice. Merged from 1.6stable. --- diff --git a/question/export.php b/question/export.php index fcdd42ecec..70bc39a870 100644 --- a/question/export.php +++ b/question/export.php @@ -21,6 +21,7 @@ error("Course does not exist!"); } + $showcatmenu = false; if ($categoryid) { // update category in session variable $SESSION->questioncat = $categoryid; } else { // try to get category from modform