moodle/mod/chat/db/oci8po.php

14 lines
189 B
PHP
Raw Normal View History

<?php
2003-09-25 01:11:22 +00:00
function chat_upgrade($oldversion) {
// This function does anything necessary to upgrade
// older versions to match current functionality
global $CFG;
return true;
}
?>