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/tracker/tracker.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tracker') diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index f323d644e..a22b630f4 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -104,7 +104,7 @@ function tracker_page($uid = 0) { while ($node = db_fetch_object($result)) { // Determine the number of comments: $comments = 0; - if (module_exist('comment') && $node->comment_count) { + if (module_exists('comment') && $node->comment_count) { $comments = $node->comment_count; if ($new = comment_num_new($node->nid)) { -- cgit v1.2.3