summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-08-20 05:57:41 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-08-20 05:57:41 +0000
commit55eec8f66f909fd105074142d99e22e02b489991 (patch)
tree246f2e41d47fd55b83dfcb690919e65e17e62e96 /themes/engines/phptemplate
parente14c3aa6c0707c18005146f5311f0db0d5a1af3f (diff)
downloadbrdo-55eec8f66f909fd105074142d99e22e02b489991.tar.gz
brdo-55eec8f66f909fd105074142d99e22e02b489991.tar.bz2
#79601: module_exist() -> module_exists()
Diffstat (limited to 'themes/engines/phptemplate')
-rw-r--r--themes/engines/phptemplate/phptemplate.engine2
1 files changed, 1 insertions, 1 deletions
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 {