system_update_7020

Versions
7
system_update_7020()

Enable field module.

Related topics

Code

modules/system/system.install, line 2087

<?php
function system_update_7020() {
  $module_list = array('field_sql_storage', 'field');
  drupal_install_modules($module_list);
  module_enable($module_list);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.