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