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() --- themes/engines/phptemplate/phptemplate.engine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/engines/phptemplate/phptemplate.engine') diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index 939ef1328..79f0f989a 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -253,7 +253,7 @@ function phptemplate_page($content) { * into a pluggable template engine. */ function phptemplate_node($node, $teaser = 0, $page = 0) { - if (module_exist('taxonomy')) { + if (module_exists('taxonomy')) { $taxonomy = taxonomy_link('taxonomy terms', $node); } else { -- cgit v1.2.3