function system_update_7064
Remove block_callback field from {menu_router}.
Related topics
Archivo
- drupal-7.x/
modules/ system/ system.install, line 2936 - Install, update and uninstall functions for the system module.
Código
function system_update_7064() {
db_drop_field('menu_router', 'block_callback');
}