function system_update_7064 in Drupal 7
Remove block_callback field from {menu_router}.
Related topics
File
- modules/
system/ system.install, line 3074 - Install, update and uninstall functions for the system module.
Code
function system_update_7064() {
db_drop_field('menu_router', 'block_callback');
}