From 8cc7d98a31bc7e207cc890338b3875d55a4c18be Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Mon, 17 Sep 2007 11:01:53 +0000 Subject: [PATCH] Forgot to take out duplicate question count check. Merged from STABLE_18 --- question/format.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/question/format.php b/question/format.php index 5e664efac..bd2c99207 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) -- 2.11.4.GIT