summaryrefslogtreecommitdiff
path: root/sqlbox/version.php
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 09:14:18 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 09:19:05 +0100
commita3d5dfe86e51c71a7b29776f48e107ccd6fabb31 (patch)
treeeaf46b6abe318d3fa1602a066e06c86708dff0b5 /sqlbox/version.php
parent3b907b85a51d489a6a752da80aaddcd854d9e878 (diff)
downloadsqltutor-plugin-a3d5dfe86e51c71a7b29776f48e107ccd6fabb31.tar.gz
sqltutor-plugin-a3d5dfe86e51c71a7b29776f48e107ccd6fabb31.tar.bz2
sqltutor-plugin-a3d5dfe86e51c71a7b29776f48e107ccd6fabb31.zip
Replace all deprecated error() calls with print_error
Diffstat (limited to 'sqlbox/version.php')
-rw-r--r--sqlbox/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/version.php b/sqlbox/version.php
index 82e4d06..037f4f4 100644
--- a/sqlbox/version.php
+++ b/sqlbox/version.php
@@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();
-$module->version = 2013012501; // The current module version (Date: YYYYMMDDXX)
+$module->version = 2013012502; // 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