moodle/mod/scorm/db/postgres7.php
2004-05-23 11:55:43 +00:00

13 lines
180 B
PHP
Executable File

<?PHP // $Id$
function scorm_upgrade($oldversion) {
// This function does anything necessary to upgrade
// older versions to match current functionality
return true;
}
?>