moodle/mod/choice/db/oci8po.php
2003-09-25 01:11:22 +00:00

11 lines
172 B
PHP
Executable File

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