function currency_perm in Currency 5
Same name and namespace in other branches
- 6 currency.module \currency_perm()
File
- ./
currency.module, line 66
Code
function currency_perm() {
return array(
'use currency',
);
}
function currency_perm() {
return array(
'use currency',
);
}