function system_update_7027 in Drupal 7
Enable field type modules.
Related topics
File
- modules/
system/ system.install, line 2246 - Install, update and uninstall functions for the system module.
Code
function system_update_7027() {
$module_list = array(
'text',
'number',
'list',
'options',
);
module_enable($module_list, FALSE);
}