]> git.mjollnir.org Git - moodle.git/commit
split quiz lib.php into a locallib.php for functions that are only used from within...
authorgustav_delius <gustav_delius>
Sat, 8 Jan 2005 20:06:00 +0000 (20:06 +0000)
committergustav_delius <gustav_delius>
Sat, 8 Jan 2005 20:06:00 +0000 (20:06 +0000)
commit76cacec8197e852371ec204c6d1f3b43efd41211
tree6b3ecbe6111119b63c2ffc32afd2ffe2fbaf31d9
parented0e1a2ed0bebddc01f1ed4fad54092e80ca97ca
split quiz lib.php into a locallib.php for functions that are only used from within the quiz module and a much smaller lib.php for functions that are used from elsewhere in Moodle.
16 files changed:
mod/quiz/attempt.php
mod/quiz/category.php
mod/quiz/edit.php
mod/quiz/export.php
mod/quiz/import.php
mod/quiz/index.php
mod/quiz/lib.php
mod/quiz/locallib.php [new file with mode: 0644]
mod/quiz/mod.html
mod/quiz/multiple.php
mod/quiz/preview.php
mod/quiz/question.php
mod/quiz/quizfile.php
mod/quiz/report.php
mod/quiz/review.php
mod/quiz/view.php