function system_update_7027

Enable field type modules.

Related topics

File

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