diff options
Diffstat (limited to 'modules/system')
-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. */ |