You are here

function ad_report_perm in Advertisement 6.3

Same name and namespace in other branches
  1. 5.2 report/ad_report.module \ad_report_perm()
  2. 6.2 report/ad_report.module \ad_report_perm()
  3. 7 report/ad_report.module \ad_report_perm()

Drupal hook_perm implementation.

File

report/ad_report.module, line 57
Provides comprehensive charts and reports about advertising statistics.

Code

function ad_report_perm() {
  return array(
    t('generate administrative reports'),
  );
}