diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-19 01:23:39 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-19 01:23:39 +0000 |
commit | 0c57b989f563767aeba00e63dcbdf42845e3b37e (patch) | |
tree | bd05e1529bd4d80eb3d2c30bc79b2df838ab1416 /modules/system/system.install | |
parent | e8cff6403b842d8ac49f514934f03d5e84bcde76 (diff) | |
download | brdo-0c57b989f563767aeba00e63dcbdf42845e3b37e.tar.gz brdo-0c57b989f563767aeba00e63dcbdf42845e3b37e.tar.bz2 |
#360106 by Dave Reid: Allow comment module to be uninstalled.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 7e3714aa9..db2642679 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -330,7 +330,7 @@ function system_install() { } // Create tables. - $modules = array('system', 'filter', 'block', 'user', 'node', 'comment', 'taxonomy'); + $modules = array('system', 'filter', 'block', 'user', 'node', 'taxonomy'); foreach ($modules as $module) { drupal_install_schema($module); } |