function user_search_access
Implements hook_search_access().
Archivo
- drupal-7.x/
modules/ user/ user.module, line 926 - Enables the user registration and login system.
Código
function user_search_access() {
return user_access('access user profiles');
}