Unbreak quiz report graphs. lib.php, which is now required, was not being included.

This commit is contained in:
tjhunt 2008-08-15 10:48:29 +00:00
parent 570e5e029a
commit 530d9866c4

View File

@ -1,4 +1,6 @@
<?php
require_once($CFG->dirroot . '/mod/quiz/lib.php');
define('QUIZ_REPORT_DEFAULT_PAGE_SIZE', 30);
define('QUIZ_REPORT_DEFAULT_GRADING_PAGE_SIZE', 10);