You are here

function scale_perm in Quiz 6.4

Same name and namespace in other branches
  1. 6.6 question_types/scale/scale.module \scale_perm()

Implementation of hook_perm()

File

question_types/scale/scale.module, line 78
The main file for scale.

Code

function scale_perm() {
  return array(
    'Edit global presets',
  );
}