From b86354c55c28f88b9bbd426d8faf405246148ee4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 13 Jan 2009 22:25:13 +0000 Subject: - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data. --- modules/forum/forum.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.install') 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( -- cgit v1.2.3