You are here

function easychart_permission in Easychart 7

Same name and namespace in other branches
  1. 7.3 easychart.module \easychart_permission()
  2. 7.2 easychart.module \easychart_permission()

File

./easychart.module, line 360
Easy Chart module file.

Code

function easychart_permission() {
  return array(
    'administer Easy Chart settings' => array(
      'title' => t('Administer Easy Chart settings'),
      'description' => t('Configure default settings for the Easy Chart popup.'),
    ),
  );
}