]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19937 workshop migration - setting day zero versions
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:24:52 +0000 (18:24 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:24:52 +0000 (18:24 +0000)
mod/workshop/eval/best/version.php
mod/workshop/form/accumulative/version.php
mod/workshop/form/comments/version.php
mod/workshop/form/numerrors/version.php
mod/workshop/form/rubric/version.php
mod/workshop/lib.php
mod/workshop/version.php

index 87338a355d5d44c54fe4f602793fa02414fc6165..d6a325ab15e40d976593dd6577f13c42a15b0a34 100644 (file)
@@ -25,5 +25,5 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2009102000;
+$plugin->version  = 2009103000;
 $plugin->requires = 2009100605;  // Requires this Moodle version
index 3966260003b63354a7c9771721b8970ae584aa75..89fe0f3232d49f760e38797ba7afb7215a590eca 100644 (file)
@@ -28,5 +28,5 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2009081300;
+$plugin->version  = 2009103000;
 $plugin->requires = 2009080700;  // Requires this Moodle version
index d1e3492a66e0c30915f471c36d61c007e31a1648..ea1739e2c545295807336ae2f280fca08739d9c3 100644 (file)
@@ -28,5 +28,5 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2009102600;
+$plugin->version  = 2009103000;
 $plugin->requires = 2009102600;  // Requires this Moodle version
index 4487789df00334f28da6e61dd041a6a7d2f93d98..2d7bcf62a9ddeb52ef394fdd62ac81af8722358a 100644 (file)
@@ -28,5 +28,5 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2009081300;
+$plugin->version  = 2009103000;
 $plugin->requires = 2009080700;  // Requires this Moodle version
index 986dcc7203e32a37351dcbe0b50c8deb2c25c939..e853b0505b4b6fcf8cdd905efb66563b0dc66780 100644 (file)
@@ -28,5 +28,5 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2009100900;
+$plugin->version  = 2009103000;
 $plugin->requires = 2009100600;  // Requires this Moodle version
index 46ddec70a142554953039cd9833b30a83142ad24..154e5188ae776eb31b3d3cf95d821b0c89e750bc 100644 (file)
@@ -286,16 +286,6 @@ function workshop_scale_used_anywhere($scaleid) {
     }
 }
 
-/**
- * Execute post-install custom actions for the module
- * This function was added in 1.9
- *
- * @return boolean true if success, false on error
- */
-function workshop_install() {
-    return true;
-}
-
 /**
  * Returns all other caps used in the module
  *
index 5b03108f5da3a72c8db459f2d0ffa52954b658ca..93011c7b5d0c318e3622904eaacfd48becb88582 100644 (file)
@@ -28,6 +28,6 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$module->version  = 2009102901;
+$module->version  = 2009103000;
 $module->requires = 2009090400;  // Requires this Moodle version
 $module->cron     = 60;