summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 4a6f988ae..758b4a17d 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -3337,6 +3337,11 @@ function system_update_1013() {
return $ret;
}
+function system_update_1014() {
+ variable_del('cron_busy');
+ return array();
+}
+
/**
* @} End of "defgroup updates-4.7-to-x.x"
* The next series of updates should start at 2000.