You are here

function rate_permission in Rate 7

Implements hook_perm().

File

./rate.module, line 58
Rate module

Code

function rate_permission() {
  return array(
    'view rate results page' => array(
      'title' => t('View rate results page'),
      'description' => t('View rate results page'),
    ),
  );
}