function system_update_7027

Enable field type modules.

Related topics

Archivo

drupal-7.x/modules/system/system.install, line 2135
Install, update and uninstall functions for the system module.

Código

function system_update_7027() {
  $module_list = array('text', 'number', 'list', 'options');
  module_enable($module_list, FALSE);
}