moodle/mod/chat/db/oci8po.php

14 lines
189 B
PHP
Executable File

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