From 55eec8f66f909fd105074142d99e22e02b489991 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 20 Aug 2006 05:57:41 +0000 Subject: #79601: module_exist() -> module_exists() --- modules/forum/forum.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 9909bfdf7..71cf6c960 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -851,7 +851,7 @@ function _forum_new($tid) { * Menu callback; prints a forum listing. */ function forum_page($tid = 0) { - if (module_exist('taxonomy') && module_exist('comment')) { + if (module_exists('taxonomy') && module_exists('comment')) { $forum_per_page = variable_get('forum_per_page', 25); $sortby = variable_get('forum_order', 1); @@ -908,7 +908,7 @@ function theme_forum_display($forums, $topics, $parents, $tid, $sortby, $forum_p $output = '
'; $output .= '