]> git.mjollnir.org Git - moodle.git/commitdiff
Forgot to take out duplicate question count check.
authorthepurpleblob <thepurpleblob>
Mon, 17 Sep 2007 11:01:53 +0000 (11:01 +0000)
committerthepurpleblob <thepurpleblob>
Mon, 17 Sep 2007 11:01:53 +0000 (11:01 +0000)
Merged from STABLE_18

question/format.php

index 5e664efac3b3ba0afc37c9fb367f5bf7b8a1d6c5..bd2c9920770e896a5f5c81e28f72e2304f2b5be0 100644 (file)
@@ -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)