function system_update_7020
Enable field and field_ui modules.
Related topics
File
-
modules/
system/ system.install, line 2247
Code
function system_update_7020() {
$module_list = array(
'field_sql_storage',
'field',
'field_ui',
);
module_enable($module_list, FALSE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.