summaryrefslogtreecommitdiff
path: root/sqlbox
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-20 13:51:52 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-20 13:51:52 +0100
commit0db7c312a512a665f343a83cee7aef603551da84 (patch)
treeb3c9f321db71e27480e9e4d77a0de6470c5b6f66 /sqlbox
parent9eda6cbf1e2a810d081a5ed3e8c67dc16dfc1a32 (diff)
downloadsqltutor-plugin-0db7c312a512a665f343a83cee7aef603551da84.tar.gz
sqltutor-plugin-0db7c312a512a665f343a83cee7aef603551da84.tar.bz2
sqltutor-plugin-0db7c312a512a665f343a83cee7aef603551da84.zip
sqlbox: Set version to 1
Needs to be different to 0, or the module will not be installed.
Diffstat (limited to 'sqlbox')
-rw-r--r--sqlbox/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/version.php b/sqlbox/version.php
index 6d83433..d436b9c 100644
--- a/sqlbox/version.php
+++ b/sqlbox/version.php
@@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();
-$module->version = 0; // If version == 0 then module will not be installed
+$module->version = 1; // If version == 0 then module will not be installed
//$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)