summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-19 01:53:26 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-19 01:53:26 +0000
commit9e8bfddf290de2406ef089e6405b20deb19ba909 (patch)
tree4f11abfa4e05feb76fb2e468c99a198aace0bc31 /modules/system/system.install
parentcd9794bea70abf780a5b6e645799b2cd829b0c77 (diff)
downloadbrdo-9e8bfddf290de2406ef089e6405b20deb19ba909.tar.gz
brdo-9e8bfddf290de2406ef089e6405b20deb19ba909.tar.bz2
#360104 by drewish: Allow taxomomy module to be uninstalled.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index db2642679..bef8dcb83 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', 'taxonomy');
+ $modules = array('system', 'filter', 'block', 'user', 'node');
foreach ($modules as $module) {
drupal_install_schema($module);
}