Ouch!! Missing PostgreSQL files for chat module
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user