moodle/mod/chat/db/postgres7.php

15 lines
197 B
PHP
Raw Normal View History

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