MDL-34441 tool_dbtranfer - fix codechecker warnings

Since we were so close to perfection.
This commit is contained in:
Dan Poltawski 2012-07-25 10:43:37 +08:00
parent d574571540
commit f1e8021728
7 changed files with 31 additions and 18 deletions

View file

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2012062200; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2012061700; // Requires this Moodle version
$plugin->component = 'tool_dbtransfer'; // Full name of the plugin (used for diagnostics)
$plugin->version = 2012062200; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2012061700; // Requires this Moodle version.
$plugin->component = 'tool_dbtransfer'; // Full name of the plugin (used for diagnostics).