]> git.mjollnir.org Git - moodle.git/commit
Fixes for Bug 5749 and Bug 5750
authordanmarsden <danmarsden>
Sun, 23 Jul 2006 23:48:09 +0000 (23:48 +0000)
committerdanmarsden <danmarsden>
Sun, 23 Jul 2006 23:48:09 +0000 (23:48 +0000)
commite4aa175a9202149ca4d064b65b7a638f4b481efc
treeaa5fb2279f13b130efdb94ddce45f2cced687991
parent1e0c4d67fd4dce76739229b440df0218303f7cf3
Fixes for Bug 5749 and Bug 5750

summary of bug 5749 and 5750
fixes for: function causes timeout when deleting temporary files for large scorm objects
scorm\validate.php calls function scorm_delete_files from scorm\lib.php - but lib.php not included in validate.php

Validation of Scorm objects broken - adds entry in modules database even when scorm object is not created.
mod/scorm/lib.php
mod/scorm/locallib.php
mod/scorm/validate.php