function system_update_7027

7.x system.install system_update_7027()

Enable field type modules.

Related topics

File

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