From: jamiesensei Date: Mon, 7 May 2007 05:57:49 +0000 (+0000) Subject: oops. Accidentally committed a change in default no of category items displayed which... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d340fde6c47ba873922e3c5f229cbb7e95d6aa1d;p=moodle.git oops. Accidentally committed a change in default no of category items displayed which I'd changed for debug purposes. Reverting change. --- diff --git a/question/category_class.php b/question/category_class.php index baf7112565..6ab93bb315 100644 --- a/question/category_class.php +++ b/question/category_class.php @@ -8,7 +8,7 @@ */ // number of categories to display on page -define("QUESTION_PAGE_LENGTH", 2); +define("QUESTION_PAGE_LENGTH", 20); require_once("$CFG->libdir/listlib.php");