diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-08 15:58:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-08 15:58:43 +0000 |
commit | 0622402e07164d7036aef588d43d6da9ed8a580e (patch) | |
tree | ca52c1a80c458438ba3d4d48559756b56a44811d /modules/forum/forum.install | |
parent | cc55d2941707999d7f29b6739882444dda5849a6 (diff) | |
download | brdo-0622402e07164d7036aef588d43d6da9ed8a580e.tar.gz brdo-0622402e07164d7036aef588d43d6da9ed8a580e.tar.bz2 |
- Patch #662322 by scor, andypost: remove the 'relations' column from taxonomy_schema(). It was already dropped in an update function.
Diffstat (limited to 'modules/forum/forum.install')
-rw-r--r-- | modules/forum/forum.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/forum/forum.install b/modules/forum/forum.install index 9848a42f6..979acacc5 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -37,7 +37,6 @@ function forum_enable() { 'machine_name' => 'forums', 'description' => t('Forum navigation vocabulary'), 'hierarchy' => 1, - 'relations' => 0, 'module' => 'forum', 'weight' => -10, ); |