function system_update_7020 in Drupal 7
Enable field and field_ui modules.
Related topics
File
- modules/
system/ system.install, line 2228 - Install, update and uninstall functions for the system module.
Code
function system_update_7020() {
$module_list = array(
'field_sql_storage',
'field',
'field_ui',
);
module_enable($module_list, FALSE);
}