From 4c5d208a3e9d58d0df1949ec74e56b317a01aa09 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Fri, 24 Feb 2006 18:54:54 +0000 Subject: [PATCH] missing course parameter in header --- question/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/export.php b/question/export.php index c108b25c84e..0bfb07d473a 100644 --- a/question/export.php +++ b/question/export.php @@ -69,7 +69,7 @@ include('tabs.php'); } else { print_header_simple($strexportquestions, '', - ''.get_string('editquestions', 'quiz').''. + "id}\">".get_string('editquestions', 'quiz').''. ' -> '.$strexportquestions); }