From 27369e8b96226dc92496a04560ab4561be5a10d3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 1 Mar 2009 09:32:17 +0000 Subject: #304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah. --- modules/system/system.install | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index 460836948..faef5d4ad 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3225,6 +3225,17 @@ function system_update_7019() { return $ret; } +/** + * Enable field module. + */ +function system_update_7020() { + $ret = array(); + $module_list = array('field_sql_storage', 'field'); + drupal_install_modules($module_list); + module_enable($module_list); + return $ret; +} + /** * @} End of "defgroup updates-6.x-to-7.x" * The next series of updates should start at 8000. -- cgit v1.2.3