upgrade_plugin_savepoint(true, 2016020917, 'tool', 'lp');
}
- if ($oldversion < 2016020919) {
+ if ($oldversion < 2016020923) {
// Define table tool_lp_coursecompsettings to be created.
$table = new xmldb_table('tool_lp_coursecompsettings');
}
// Lp savepoint reached.
- upgrade_plugin_savepoint(true, 2016020919, 'tool', 'lp');
+ upgrade_plugin_savepoint(true, 2016020923, 'tool', 'lp');
}
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2016020922; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->version = 2016020923; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2014110400; // Requires this Moodle version.
$plugin->component = 'tool_lp'; // Full name of the plugin (used for diagnostics).