From db962a2a934dca96fd1a4b3bf0e934559616f045 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 2 May 2012 15:47:04 -0700 Subject: Issue #1558402 by greggles: Fixed forum_index() not form_index(). --- modules/forum/forum.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.install b/modules/forum/forum.install index 32a9bb90d..b727c115d 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -444,7 +444,7 @@ function forum_update_7003() { */ /** - * Update {form_index} so that only published nodes are indexed. + * Update {forum_index} so that only published nodes are indexed. */ function forum_update_7011() { $select = db_select('node', 'n') -- cgit v1.2.3