You are here

function support_pm_perm in Support Ticketing System 6

Implementation of hook_perm();

File

support_pm/support_pm.module, line 19
Support Project Management. @author Jeremy Andrews <jeremy@tag1consulting.com> @package Support

Code

function support_pm_perm() {
  return array(
    'create plans',
    'view all plans',
    'administer plans',
    'view support projects',
    'administer support projects',
  );
}