moodle/mod/choice/db/oci8po.php

11 lines
172 B
PHP
Raw Normal View History

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