You are here

function opening_hours_perm in Opening hours 6

Implements hook_perm().

File

./opening_hours.module, line 121
Opening hours module.

Code

function opening_hours_perm() {
  return array(
    'edit opening hours for content',
    'administer opening hours configuration',
  );
}