user_search_access

7 user.module user_search_access()
8 user.module user_search_access()

Implements hook_search_access().

File

modules/user/user.module, line 913
Enables the user registration and login system.

Code

function user_search_access() {
  return user_access('access user profiles');
}
Login or register to post comments