moodle/mod/quiz/db/postgres7.php

13 lines
195 B
PHP
Raw Normal View History

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