You are here

function money_conversion_dialog_perm in Money field 6

Implementation of hook_perm().

File

modules/money_conversion_dialog/money_conversion_dialog.module, line 11
Provides a 'Click to convert!' addon for Money CCK fields.

Code

function money_conversion_dialog_perm() {
  return array(
    'use money conversion dialog',
  );
}