You are here

function agenda_perm in Agenda 6.2

Same name and namespace in other branches
  1. 6 agenda.module \agenda_perm()

Implementation of hook_perm().

File

./agenda.module, line 110

Code

function agenda_perm() {
  return array(
    'access agenda content',
    'configure agenda blocks',
  );
}