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.install7
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.
*/