From c0ca1e4563cae04ae8d5f56d1487eb4a3a7a711a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 2 Jul 2010 15:31:10 +0000 Subject: - Patch #805702 by Berdir: cron should use locking framework. --- modules/system/system.install | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index b6bf9675c..114240ed8 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2575,6 +2575,13 @@ function system_update_7057() { db_change_field('sessions', 'sid', 'sid', $spec); } +/** + * Remove cron semaphore variable. + */ +function system_update_7058() { + variable_del('cron_semaphore'); +} + /** * @} End of "defgroup updates-6.x-to-7.x" * The next series of updates should start at 8000. -- cgit v1.2.3