Forgot to take out duplicate question count check.

This commit is contained in:
thepurpleblob
2007-09-17 10:59:32 +00:00
parent 3404e92ced
commit fc1981bb71
-4
View File
@@ -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)