moodle/mod/resource/db/oci8po.php
2003-09-25 02:11:31 +00:00

14 lines
193 B
PHP
Executable File

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