You are here

function currency_perm in Currency 5

Same name and namespace in other branches
  1. 6 currency.module \currency_perm()

File

./currency.module, line 66

Code

function currency_perm() {
  return array(
    'use currency',
  );
}