From 9f6c79e4203bbcdbc93de4f148290d20fbe7ab1e Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Thu, 29 Mar 2012 16:04:36 +0200 Subject: [PATCH] MDL-32258 database module does not have any data_cron() function to execute --- mod/data/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/data/version.php b/mod/data/version.php index deba450e433..59f9a320ba5 100644 --- a/mod/data/version.php +++ b/mod/data/version.php @@ -5,8 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2011052300; +$module->version = 2011052301; $module->requires = 2011052300; // Requires this Moodle version -$module->cron = 60; +$module->cron = 0;