From: moodler Date: Tue, 12 Sep 2006 08:22:14 +0000 (+0000) Subject: Small bump for guest role fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0f9602085bec20dc189974bcb99b92cdc98c6398;p=moodle.git Small bump for guest role fix --- diff --git a/mod/assignment/version.php b/mod/assignment/version.php index b05f960bde..b2ac24a0ee 100644 --- a/mod/assignment/version.php +++ b/mod/assignment/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006080900; // Requires this Moodle version $module->cron = 60; diff --git a/mod/chat/version.php b/mod/chat/version.php index 7047231e56..98b7acb691 100644 --- a/mod/chat/version.php +++ b/mod/chat/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; // The (date) version of this module +$module->version = 2006091201; // The (date) version of this module $module->requires = 2006080900; // Requires this Moodle version $module->cron = 300; // How often should cron check this module (seconds)? diff --git a/mod/choice/version.php b/mod/choice/version.php index 6f51c4a531..46ab8b835b 100644 --- a/mod/choice/version.php +++ b/mod/choice/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006080900; // Requires this Moodle version $module->cron = 0; diff --git a/mod/data/version.php b/mod/data/version.php index 08d22db307..a0ad66ace0 100644 --- a/mod/data/version.php +++ b/mod/data/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006080900; // Requires this Moodle version $module->cron = 60; diff --git a/mod/exercise/version.php b/mod/exercise/version.php index 08d22db307..a0ad66ace0 100644 --- a/mod/exercise/version.php +++ b/mod/exercise/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006080900; // Requires this Moodle version $module->cron = 60; diff --git a/mod/forum/version.php b/mod/forum/version.php index 3f3250b3c6..61defdbcc4 100644 --- a/mod/forum/version.php +++ b/mod/forum/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006082600; // Requires this Moodle version $module->cron = 60; diff --git a/mod/glossary/version.php b/mod/glossary/version.php index f439db0cff..6dff8bef43 100644 --- a/mod/glossary/version.php +++ b/mod/glossary/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006082600; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) diff --git a/mod/hotpot/version.php b/mod/hotpot/version.php index 6ccfd3203d..3694beb55a 100644 --- a/mod/hotpot/version.php +++ b/mod/hotpot/version.php @@ -3,7 +3,7 @@ /// Code fragment to define the version of hotpot /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; // release date of this version (see note below) +$module->version = 2006091201; // release date of this version (see note below) $module->release = 'v2.2.0'; // human-friendly version name (used in mod/hotpot/lib.php) $module->requires = 2006080900; // Requires this Moodle version $module->cron = 0; // period for cron to check this module (secs) diff --git a/mod/journal/version.php b/mod/journal/version.php index 08d22db307..a0ad66ace0 100644 --- a/mod/journal/version.php +++ b/mod/journal/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006080900; // Requires this Moodle version $module->cron = 60; diff --git a/mod/label/version.php b/mod/label/version.php index 4b732f5fe9..262c1408f4 100644 --- a/mod/label/version.php +++ b/mod/label/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; // The current module version (Date: YYYYMMDDXX) +$module->version = 2006091201; // The current module version (Date: YYYYMMDDXX) $module->requires = 2006080900; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) diff --git a/mod/lams/version.php b/mod/lams/version.php index 0557a37f92..19970f42a0 100644 --- a/mod/lams/version.php +++ b/mod/lams/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; // The current module version (Date: YYYYMMDDXX) +$module->version = 2006091201; // The current module version (Date: YYYYMMDDXX) $module->requires = 2006080900; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) diff --git a/mod/lesson/version.php b/mod/lesson/version.php index 7858dc965b..d6c9c34cdb 100644 --- a/mod/lesson/version.php +++ b/mod/lesson/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; // The current module version (Date: YYYYMMDDXX) +$module->version = 2006091201; // The current module version (Date: YYYYMMDDXX) $module->requires = 2006080900; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) diff --git a/mod/quiz/version.php b/mod/quiz/version.php index 02b0c6f8cf..0dbecbcc50 100644 --- a/mod/quiz/version.php +++ b/mod/quiz/version.php @@ -5,7 +5,7 @@ // This fragment is called by moodle_needs_upgrading() and /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; // The (date) version of this module +$module->version = 2006091201; // The (date) version of this module $module->requires = 2006080900; // Requires this Moodle version $module->cron = 0; // How often should cron check this module (seconds)? diff --git a/mod/resource/version.php b/mod/resource/version.php index 6f51c4a531..46ab8b835b 100644 --- a/mod/resource/version.php +++ b/mod/resource/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006080900; // Requires this Moodle version $module->cron = 0; diff --git a/mod/scorm/version.php b/mod/scorm/version.php index 319b8e93ef..1091a5c355 100755 --- a/mod/scorm/version.php +++ b/mod/scorm/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; // The (date) version of this module +$module->version = 2006091201; // The (date) version of this module $module->requires = 2006080900; // The version of Moodle that is required $module->cron = 0; // How often should cron check this module (seconds)? diff --git a/mod/survey/version.php b/mod/survey/version.php index 6f51c4a531..46ab8b835b 100644 --- a/mod/survey/version.php +++ b/mod/survey/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006080900; // Requires this Moodle version $module->cron = 0; diff --git a/mod/wiki/version.php b/mod/wiki/version.php index 42b8d58679..b32b371841 100644 --- a/mod/wiki/version.php +++ b/mod/wiki/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; // The current module version (Date: YYYYMMDDXX) +$module->version = 2006091201; // The current module version (Date: YYYYMMDDXX) $module->requires = 2006080900; // The current module version (Date: YYYYMMDDXX) $module->cron = 0; // Period for cron to check this module (secs) diff --git a/mod/workshop/version.php b/mod/workshop/version.php index 08d22db307..a0ad66ace0 100644 --- a/mod/workshop/version.php +++ b/mod/workshop/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2006091200; +$module->version = 2006091201; $module->requires = 2006080900; // Requires this Moodle version $module->cron = 60;