From aae945c369ac9c98ab3c2c4036ff1a3453a37467 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 3 Oct 2006 00:24:19 +0000 Subject: #70995: Prevent cron re-runs --- modules/system/system.install | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/system/system.install') 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. -- cgit v1.2.3