You are here

function uc_wishlist_perm in UC Wish List 6

Implementation of hook_perm().

File

./uc_wishlist.module, line 99
Allows users to create public shopping/wish lists.

Code

function uc_wishlist_perm() {
  return array(
    'administer wish lists',
    'access wish lists',
  );
}