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/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user') diff --git a/modules/user/user.module b/modules/user/user.module index 5f74ca43c..eacf6eb45 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -743,7 +743,7 @@ function user_menu($may_cache) { 'callback' => 'drupal_get_form', 'callback arguments' => array('user_admin_access_delete_confirm'), 'access' => $access_access, 'type' => MENU_CALLBACK); - if (module_exist('search')) { + if (module_exists('search')) { $items[] = array('path' => 'admin/user/search', 'title' => t('search users'), 'description' => t('Search users by name.'), 'callback' => 'user_admin', 'callback arguments' => array('search'), 'access' => $admin_access, -- cgit v1.2.3