function system_update_7052
Rename file to include_file in {menu_router} table.
Related topics
File
-
modules/
system/ system.install, line 2541
Code
function system_update_7052() {
db_change_field('menu_router', 'file', 'include_file', array(
'type' => 'text',
'size' => 'medium',
));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.