diff options
-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 46e2a6fd6..fb1481e7a 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3590,6 +3590,13 @@ function system_update_6030() { } /** + * Ensure that installer cannot be run again after updating from Drupal 5.x to 6.x + */ +function system_update_6031() { + variable_set('install_task', 'done'); +} + +/** * @} End of "defgroup updates-5.x-to-6.x" * The next series of updates should start at 7000. */ |