function system_update_7064

Remove block_callback field from {menu_router}.

Related topics

File

modules/system/system.install, line 3093

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.