From 0db7c312a512a665f343a83cee7aef603551da84 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 20 Nov 2012 13:51:52 +0100 Subject: sqlbox: Set version to 1 Needs to be different to 0, or the module will not be installed. --- sqlbox/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlbox') 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) -- cgit