From: thepurpleblob <thepurpleblob>
Date: Mon, 17 Sep 2007 11:01:53 +0000 (+0000)
Subject: Forgot to take out duplicate question count check.
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8cc7d98a31bc7e207cc890338b3875d55a4c18be;p=moodle.git

Forgot to take out duplicate question count check.

Merged from STABLE_18
---

diff --git a/question/format.php b/question/format.php
index 5e664efac3..bd2c992077 100644
--- a/question/format.php
+++ b/question/format.php
@@ -589,10 +589,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)