From fc1981bb7180e987603fafda86e5a8f9fbf35813 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Mon, 17 Sep 2007 10:59:32 +0000 Subject: [PATCH] Forgot to take out duplicate question count check. --- question/format.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/question/format.php b/question/format.php index dcc987e73c1..366e7f6891d 100644 --- a/question/format.php +++ b/question/format.php @@ -508,10 +508,6 @@ class qformat_default { $questions = get_questions_category( $this->category, true ); notify( get_string('exportingquestions','quiz') ); - if (!count($questions)) { - notify( get_string('noquestions','quiz') ); - return false; - } $count = 0; // results are first written into string (and then to a file)