]> git.mjollnir.org Git - moodle.git/commitdiff
Initial add for Oracle...does nothing.
authorles_kopari <les_kopari>
Wed, 24 Sep 2003 23:20:58 +0000 (23:20 +0000)
committerles_kopari <les_kopari>
Wed, 24 Sep 2003 23:20:58 +0000 (23:20 +0000)
mod/assignment/db/oci8po.php [new file with mode: 0755]

diff --git a/mod/assignment/db/oci8po.php b/mod/assignment/db/oci8po.php
new file mode 100755 (executable)
index 0000000..c1e24bd
--- /dev/null
@@ -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;
+}
+
+
+?>
+