function user_search_access

7.x user.module user_search_access()

Implements hook_search_access().

File

drupal-7.x/modules/user/user.module, line 927
Enables the user registration and login system.

Code

function user_search_access() {
  return user_access('access user profiles');
}