diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-02 15:31:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-02 15:31:10 +0000 |
commit | c0ca1e4563cae04ae8d5f56d1487eb4a3a7a711a (patch) | |
tree | 472f2b0728e45076199eca1abd4f2f9c3d625d2d /modules/system/system.install | |
parent | 27519ac981dcec7b8ac7cc35be2de11bc726d7a6 (diff) | |
download | brdo-c0ca1e4563cae04ae8d5f56d1487eb4a3a7a711a.tar.gz brdo-c0ca1e4563cae04ae8d5f56d1487eb4a3a7a711a.tar.bz2 |
- Patch #805702 by Berdir: cron should use locking framework.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -2576,6 +2576,13 @@ function system_update_7057() { } /** + * 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. */ |