You are here

function ca_perm in Ubercart 6.2

Implements hook_perm().

File

ca/ca.module, line 143
This is a demonstration module for the new conditional actions API.

Code

function ca_perm() {
  return array(
    'administer conditional actions',
  );
}