oops. Accidentally committed a change in default no of category items displayed which I'd changed for debug purposes. Reverting change.

This commit is contained in:
jamiesensei
2007-05-07 05:57:49 +00:00
parent 986effb653
commit d340fde6c4
+1 -1
View File
@@ -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");