moodle/mod/choice/db/oci8po.php

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;
}
?>