You are here

constant UC_ADDRESSES_ACCESS_VIEW_ALL in Ubercart Addresses 5

Same name and namespace in other branches
  1. 5.2 uc_addresses.module \UC_ADDRESSES_ACCESS_VIEW_ALL
  2. 6 uc_addresses.module \UC_ADDRESSES_ACCESS_VIEW_ALL

Give users the ability to view anyone's addresses. Anyone with this permission also has UC_ADDRESSES_ACCESS_VIEW_DEFAULT.

3 uses of UC_ADDRESSES_ACCESS_VIEW_ALL
uc_addresses_list_addresses in ./uc_addresses.module
Generate a list of one or all addresses defined by one user and then theme the list for display.
uc_addresses_menu in ./uc_addresses.module
Implementation of hook_menu().
uc_addresses_perm in ./uc_addresses.module
Implementation of hook_perm().

File

./uc_addresses.module, line 37

Code

define('UC_ADDRESSES_ACCESS_VIEW_ALL', 'view all addresses');