From: stronk7 Date: Wed, 29 Aug 2007 14:38:34 +0000 (+0000) Subject: Changed the online submodule to work under the new install/upgrade code X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c617b6f3b6e28727c5c0bfc55bf5f47df60b2a74;p=moodle.git Changed the online submodule to work under the new install/upgrade code --- diff --git a/mod/assignment/type/online/db/mysql.php b/mod/assignment/type/online/db/mysql.php index 68e4ff9425..349ada611c 100644 --- a/mod/assignment/type/online/db/mysql.php +++ b/mod/assignment/type/online/db/mysql.php @@ -1,7 +1,7 @@ noconvertjournals)) { // Phase out Journals, convert them diff --git a/mod/assignment/type/online/db/postgres7.php b/mod/assignment/type/online/db/postgres7.php index 68e4ff9425..349ada611c 100644 --- a/mod/assignment/type/online/db/postgres7.php +++ b/mod/assignment/type/online/db/postgres7.php @@ -1,7 +1,7 @@ noconvertjournals)) { // Phase out Journals, convert them diff --git a/mod/assignment/type/online/version.php b/mod/assignment/type/online/version.php index a19070cb78..3ab6a96089 100644 --- a/mod/assignment/type/online/version.php +++ b/mod/assignment/type/online/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$submodule->version = 2005042900; -$submodule->requires = 2005041800; +$plugin->version = 2005042900; +$plugin->requires = 2005041800; ?>