From 971cd5082aab098010611dc8d2b44e3cf17c54d2 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Mon, 22 May 2006 13:06:36 +0000 Subject: [PATCH] Fix an undefined variable notice. Merged from 1.6stable. --- question/export.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5