Initial add for Oracle...does nothing.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
<?PHP
|
||||
|
||||
function glossary_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