diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-14 10:36:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-14 10:36:26 +0000 |
commit | a3b107b062f6658d92e7230005107cda0ed892ce (patch) | |
tree | 5c61db5513d55a69a6144fae9fb6a724394a51e8 /modules/system/system.install | |
parent | 85e9dbd20b996ef26c5a06ed0db83a47e6569ff1 (diff) | |
download | brdo-a3b107b062f6658d92e7230005107cda0ed892ce.tar.gz brdo-a3b107b062f6658d92e7230005107cda0ed892ce.tar.bz2 |
- Patch #371458 by catch: make the upgrade path work a bit better.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 86f8f8617..c06850a49 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2390,10 +2390,10 @@ function system_update_7030() { } /** - * Add a missing index on the {menu_router} table. + * Removed in favour of Drupal 6 backport. + * @see system_update_6052() */ function system_update_7031() { - db_add_index('menu_router', 'tab_root_weight_title', array(array('tab_root', 64), 'weight', 'title')); } /** |