moodle/mod/survey/db/oci8po.php

12 lines
172 B
PHP
Raw Normal View History

2003-09-25 02:11:31 +00:00
<?PHP
function survey_upgrade($oldversion) {
// This function does anything necessary to upgrade
// older versions to match current functionality
return true;
}
?>