summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-05-02 15:47:04 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2012-05-02 15:47:04 -0700
commitdb962a2a934dca96fd1a4b3bf0e934559616f045 (patch)
tree4d80908a55622f69d65e9ccc373566a7e94bc0ed /modules/forum
parenta635a4969b9d0e3bfb1c808e59ac34988f61594e (diff)
downloadbrdo-db962a2a934dca96fd1a4b3bf0e934559616f045.tar.gz
brdo-db962a2a934dca96fd1a4b3bf0e934559616f045.tar.bz2
Issue #1558402 by greggles: Fixed forum_index() not form_index().
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.install2
1 files changed, 1 insertions, 1 deletions
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')