From: tjhunt Date: Wed, 11 Feb 2009 09:48:30 +0000 (+0000) Subject: quiz editing: Whitespace improvements. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=68b1b19b1642b8f839404961cc722cd3b6972023;p=moodle.git quiz editing: Whitespace improvements. --- 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++) {