diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-14 21:16:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-14 21:16:21 +0000 |
commit | d3df2ff356b0b5802e406de32bbe8727af3128b5 (patch) | |
tree | db6df37d436e550f8523c21beda5c2b0f6bd251c /modules/forum/forum.install | |
parent | 534287b1bc054a4141855ce472d3c400af7d6784 (diff) | |
download | brdo-d3df2ff356b0b5802e406de32bbe8727af3128b5.tar.gz brdo-d3df2ff356b0b5802e406de32bbe8727af3128b5.tar.bz2 |
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
Diffstat (limited to 'modules/forum/forum.install')
-rw-r--r-- | modules/forum/forum.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.install b/modules/forum/forum.install index 51dc90316..cc6963e98 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -86,7 +86,7 @@ function forum_schema() { 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, - 'description' => 'The {term_data}.tid of the forum term assigned to the node.', + 'description' => 'The {taxonomy_term_data}.tid of the forum term assigned to the node.', ), ), 'indexes' => array( |