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/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 814a1a11b..6d93a43fc 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -20,7 +20,7 @@ function taxonomy_perm() { * print lists of terms associated with a node. Themes can print taxonomy * links with: * - * if (module_exist('taxonomy')) { + * if (module_exists('taxonomy')) { * $this->links(taxonomy_link('taxonomy terms', $node)); * } */ -- cgit v1.2.3