From bf7a70f98c20187615bbd52123dd9ea9d5ecfbf3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 2 Aug 2007 10:22:45 +0000 Subject: - Patch #156553 by AjK: fixed E_NOTICE --- modules/user/user.module | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index b277d1f39..1ac25e4f0 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -536,6 +536,16 @@ function user_search($op = 'search', $keys = NULL, $skip_access_check = FALSE) { } } +/** + * Implementation of hook_elements(). + */ +function user_elements() { + return array( + 'user_profile_category' => array(), + 'user_profile_item' => array(), + ); +} + /** * Implementation of hook_user(). */ -- cgit v1.2.3