function system_update_7020

7.x system.install system_update_7020()

Enable field and field_ui modules.

Related topics

File

drupal-7.x/modules/system/system.install, line 2118
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);
}