You are here

function support_charts_perm in Support Ticketing System 6

Implementation of hook_perm();

File

support_charts/support_charts.module, line 13
Support charting. @author Jeremy Andrews <jeremy@tag1consulting.com> @package Support

Code

function support_charts_perm() {
  return array(
    'access support charts',
  );
}