function charts_perm in Charts 7
Same name and namespace in other branches
- 6 charts.module \charts_perm()
Implementation of hook_perm().
File
- ./
charts.hooks.inc, line 41 - @author Bruno Massa http://drupal.org/user/67164
Code
function charts_perm() {
return array(
'set default settings for charts',
);
}