moodle/mod/exercise/db/postgres7.php

14 lines
200 B
PHP
Raw Normal View History

2003-12-02 17:00:39 +00:00
<?PHP // $Id$
function exercise_upgrade($oldversion) {
// This function does anything necessary to upgrade
// older versions to match current functionality
global $CFG;
return true;
}
?>