From: moodler Date: Sun, 12 Mar 2006 08:11:08 +0000 (+0000) Subject: Questions have moved X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ce39b5f7b16d09fa85a9c42a7b38c41304e0e6d8;p=moodle.git Questions have moved --- diff --git a/admin/register.php b/admin/register.php index 600fc6295e..be8938c5b2 100644 --- a/admin/register.php +++ b/admin/register.php @@ -139,7 +139,7 @@ echo "\n"; echo '
'; - $count = count_records('quiz_questions'); + $count = count_records('question'); echo get_string("questions", 'quiz').": ".$count; echo "\n"; echo '
';