From 68b1b19b1642b8f839404961cc722cd3b6972023 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 11 Feb 2009 09:48:30 +0000 Subject: [PATCH] quiz editing: Whitespace improvements. --- mod/quiz/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/quiz/edit.php b/mod/quiz/edit.php index 9453c28b98..04a9397bd0 100644 --- a/mod/quiz/edit.php +++ b/mod/quiz/edit.php @@ -85,8 +85,8 @@ function module_specific_controls($totalnumber, $recurse, $category, $cmid, $cmo }else{ $disabled=''; } - $randomusablequestions = $QTYPES['random']->get_usable_questions_from_category( - $category->id, $recurse, '0'); + $randomusablequestions = + $QTYPES['random']->get_usable_questions_from_category($category->id, $recurse, '0'); $maxrand = count($randomusablequestions); if ($maxrand > 0) { for ($i = 1;$i <= min(10, $maxrand); $i++) { -- 2.39.5