]> git.mjollnir.org Git - moodle.git/commitdiff
Questions have moved
authormoodler <moodler>
Sun, 12 Mar 2006 08:11:08 +0000 (08:11 +0000)
committermoodler <moodler>
Sun, 12 Mar 2006 08:11:08 +0000 (08:11 +0000)
admin/register.php

index 600fc6295eab359506914ba1bf07d57e33f7a5b8..be8938c5b2d4291f6cdf702755cff5fce10abc90 100644 (file)
     echo "<input type=\"hidden\" name=\"posts\" value=\"$count\">\n";
     echo '<br />';
 
-    $count = count_records('quiz_questions');
+    $count = count_records('question');
     echo get_string("questions", 'quiz').": ".$count;
     echo "<input type=\"hidden\" name=\"questions\" value=\"$count\">\n";
     echo '<br />';