function casetracker_notifications_perm in Case Tracker 6
Implementation of hook_perm().
File
- casetracker_notifications/
casetracker_notifications.module, line 23  
Code
function casetracker_notifications_perm() {
  return array(
    'subscribe to cases',
  );
}