diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 13:06:19 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 14:47:06 +0100 |
commit | 588af7d081e11db69277612f196f8cb264ac1243 (patch) | |
tree | bbc8cf8078bf953c71bd1ebccccb31737bfd9d40 /sqlbox/version.php | |
parent | 0d94307750159d8afce745064742a97485ad9094 (diff) | |
download | sqltutor-plugin-588af7d081e11db69277612f196f8cb264ac1243.tar.gz sqltutor-plugin-588af7d081e11db69277612f196f8cb264ac1243.tar.bz2 sqltutor-plugin-588af7d081e11db69277612f196f8cb264ac1243.zip |
Store user query and if query was correct
Diffstat (limited to 'sqlbox/version.php')
-rw-r--r-- | sqlbox/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/version.php b/sqlbox/version.php index 07a2f4d..304185d 100644 --- a/sqlbox/version.php +++ b/sqlbox/version.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$module->version = 2012112300; // The current module version (Date: YYYYMMDDXX) +$module->version = 2013012402; // 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_sqlbox'; // To check on upgrade, that module sits in correct place |