function system_update_7020
Enable field and field_ui modules.
Related topics
Archivo
- drupal-7.x/
modules/ system/ system.install, line 2117 - Install, update and uninstall functions for the system module.
Código
function system_update_7020() {
$module_list = array('field_sql_storage', 'field', 'field_ui');
module_enable($module_list, FALSE);
}