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