Initial add for Oracle.

This commit is contained in:
les_kopari 2003-09-25 01:11:22 +00:00
parent 17ae02e5d6
commit 39cb14779b
4 changed files with 108 additions and 0 deletions

13
mod/chat/db/oci8po.php Executable file
View file

@ -0,0 +1,13 @@
<?PHP
function chat_upgrade($oldversion) {
// This function does anything necessary to upgrade
// older versions to match current functionality
global $CFG;
return true;
}
?>