Initial add for Oracle...does nothing.

This commit is contained in:
les_kopari
2003-09-24 23:09:49 +00:00
parent 941d835248
commit 861a1b96bc
+12
View File
@@ -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;
}
?>