You are here

function gd_image_chart_perm in Charts 6

Implementation of hook_perm().

File

gd_image_chart/gd_image_chart.module, line 13
@author Mads Peter Henderson http://drupal.org/user/421971

Code

function gd_image_chart_perm() {
  return array(
    'administer GD chart',
  );
}