moodle/mod/survey/db/oci8po.php

12 lines
172 B
PHP
Executable File

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