mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Initial add for Oracle.
This commit is contained in:
parent
17ae02e5d6
commit
39cb14779b
4 changed files with 108 additions and 0 deletions
13
mod/chat/db/oci8po.php
Executable file
13
mod/chat/db/oci8po.php
Executable 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;
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue