summaryrefslogtreecommitdiff
path: root/sqlbox/version.php
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2012-10-09 15:28:22 +0200
committerJan Klemkow <j.klemkow@wemelug.de>2012-10-09 15:28:22 +0200
commit5c7511c7c64f62f44244ba1c9f1aac9952c564e1 (patch)
tree9f10a75a48b2d7df333ada2f6d750dddf430bafb /sqlbox/version.php
parent459313e56b0653e4709694a7e86afc11be514097 (diff)
downloadsqltutor-plugin-5c7511c7c64f62f44244ba1c9f1aac9952c564e1.tar.gz
sqltutor-plugin-5c7511c7c64f62f44244ba1c9f1aac9952c564e1.tar.bz2
sqltutor-plugin-5c7511c7c64f62f44244ba1c9f1aac9952c564e1.zip
Rename 'newmodule' into sqlbox in all files.
Diffstat (limited to 'sqlbox/version.php')
-rw-r--r--sqlbox/version.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sqlbox/version.php b/sqlbox/version.php
index dc1f915..1c8578a 100644
--- a/sqlbox/version.php
+++ b/sqlbox/version.php
@@ -17,13 +17,13 @@
/**
- * Defines the version of newmodule
+ * Defines the version of sqlbox
*
* This code fragment is called by moodle_needs_upgrading() and
* /admin/index.php
*
* @package mod
- * @subpackage newmodule
+ * @subpackage sqlbox
* @copyright 2011 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -34,4 +34,4 @@ $module->version = 0; // If version == 0 then module will not be
//$module->version = 2010032200; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2010031900; // Requires this Moodle version
$module->cron = 0; // Period for cron to check this module (secs)
-$module->component = 'mod_newmodule'; // To check on upgrade, that module sits in correct place
+$module->component = 'mod_sqlbox'; // To check on upgrade, that module sits in correct place