From 938c7c07a38129deeb4eabe805e3ae80db8ccead Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 22 Jan 2009 12:46:07 +0000 Subject: - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index d2e720758..97f108413 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -790,7 +790,7 @@ function user_user_submit(&$edit, &$account, $category = NULL) { /** * Implementation of hook_user_categories. */ -function user_user_categories(&$edit, &$account, $category = NULL) { +function user_user_categories($edit, $account, $category = NULL) { return array(array('name' => 'account', 'title' => t('Account settings'), 'weight' => 1)); } -- cgit v1.2.3