]> git.mjollnir.org Git - moodle.git/commitdiff
quiz editing: Whitespace improvements.
authortjhunt <tjhunt>
Wed, 11 Feb 2009 09:48:30 +0000 (09:48 +0000)
committertjhunt <tjhunt>
Wed, 11 Feb 2009 09:48:30 +0000 (09:48 +0000)
mod/quiz/edit.php

index 9453c28b9822218c80a7517cae5bd0c979c3d9ab..04a9397bd06532f220269eda88f4e2d48931e6a3 100644 (file)
@@ -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++) {