Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
MDL-13678 "Change default number of rows per page on quiz reports" Made a new constan...
[moodle.git]
/
mod
/
quiz
/
report
/
reportlib.php
1
<?php
2
define('QUIZ_REPORT_DEFAULT_PAGE_SIZE', 30);
3
?>