function amazon_search_search_access in Amazon Product Advertisement API 7.2
Same name and namespace in other branches
- 7 amazon_search/amazon_search.module \amazon_search_search_access()
Implements hook_search_access().
File
- amazon_search/
amazon_search.module, line 25 - Sets up hook_search for Amazon items.
Code
function amazon_search_search_access() {
return user_access('access amazon search');
}