You are here

function referral_perm in User Referral 5

Same name and namespace in other branches
  1. 6 referral.module \referral_perm()

File

./referral.module, line 31

Code

function referral_perm() {
  return array(
    REFERRAL_PERM_USE,
    REFERRAL_PERM_ADMIN,
  );
}