You are here

function date_permission in Date 7

File

./date.module, line 33

Code

function date_permission() {
  return array(
    'view date repeats' => array(
      'title' => t('View Repeating Dates'),
      'description' => t('Allow user to see a tab with all the times this date repeats.'),
    ),
  );
}