function system_update_7064

7.x system.install system_update_7064()

Remove block_callback field from {menu_router}.

Related topics

File

drupal-7.x/modules/system/system.install, line 2937
Install, update and uninstall functions for the system module.

Code

function system_update_7064() {
  db_drop_field('menu_router', 'block_callback');
}