MDL-35701 bump up version and requirements of enrol_database

This should hopefully prevent attempts to blindly backport this to older stable branches.
This commit is contained in:
Petr Škoda
2012-09-30 14:37:04 +02:00
parent 7fa34d1066
commit d156ec9cea
+3 -3
View File
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2012061700; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2012061700; // Requires this Moodle version
$plugin->version = 2012093000; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2012092700; // Requires this Moodle version
$plugin->component = 'enrol_database'; // Full name of the plugin (used for diagnostics)
//TODO: should we add cron sync?
//TODO: should we add cron sync?