You are here

function charts_perm in Charts 6

Same name and namespace in other branches
  1. 7 charts.hooks.inc \charts_perm()

Implementation of hook_perm().

File

./charts.module, line 57
@author Bruno Massa http://drupal.org/user/67164

Code

function charts_perm() {
  return array(
    'set default settings for charts',
  );
}