Ouch!! Missing PostgreSQL files for chat module

This commit is contained in:
moodler
2003-08-31 00:40:42 +00:00
parent 8d282c7f09
commit 15ccfb296b
2 changed files with 69 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?PHP // $Id$
function chat_upgrade($oldversion) {
// This function does anything necessary to upgrade
// older versions to match current functionality
global $CFG;
return true;
}
?>