You are here

function currency_perm in Currency 6

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

Implementation of hook_perm().

File

./currency.module, line 78
This module provides currency exchange rates.

Code

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