Files
moodle/mod/chat/db/postgres7.php
T
2003-08-31 00:40:42 +00:00

15 lines
197 B
PHP

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