diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-07 06:35:48 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-07 06:35:48 +0000 |
commit | 0c707d8260f240fb7f178d44852485ec8c07ae25 (patch) | |
tree | 262dc14de0e78ce725fef78c2e7e9401781efd18 /modules/system/system.install | |
parent | 6eb529d37d28c2f332cd29fbc1d3b8a74c90b55a (diff) | |
download | brdo-0c707d8260f240fb7f178d44852485ec8c07ae25.tar.gz brdo-0c707d8260f240fb7f178d44852485ec8c07ae25.tar.bz2 |
#251792 follow-up by andypost: Make note of 6.x update for 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 aca6db9c7..22b7777e0 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1609,6 +1609,13 @@ function system_update_6055() { } /** + * Add semaphore table. + */ +function system_update_6054() { + // Lives in update_fix_d7_requirements() +} + +/** * @} End of "defgroup updates-6.x-extra" * The next series of updates should start at 7000. */ |