function photos_search_access in Album Photos 7.3
Implements hook_search_access().
File
- ./
photos.module, line 2832 - Implementation of photos.module.
Code
function photos_search_access() {
return user_access('search content');
}
Implements hook_search_access().
function photos_search_access() {
return user_access('search content');
}