diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-24 02:22:53 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-24 02:22:53 +0000 |
commit | aa8bd675d2c4d406da47247e1ec4b008578a9c4b (patch) | |
tree | b438b9a484e7caa4cfd486f0d5bfca6d7dc134b6 /modules/system/system.install | |
parent | ae70677b3d4100fd585e11f677cf27e79610ae43 (diff) | |
download | brdo-aa8bd675d2c4d406da47247e1ec4b008578a9c4b.tar.gz brdo-aa8bd675d2c4d406da47247e1ec4b008578a9c4b.tar.bz2 |
#599804 by catch: Fix upgrade path.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 9fbc8ffee..4993b9d4b 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2803,7 +2803,7 @@ function system_update_7040() { * function to be used for final page rendering and sending to browser. */ function system_update_7041() { - db_add_field('menu_router', 'delivery_callback', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '')); + // Moved to update_fix_d7_requirements(). } /** |