You are here

function soundmanager2_perm in SoundManager2 6.2

Same name and namespace in other branches
  1. 6 soundmanager2.module \soundmanager2_perm()

Implementation of hook_perm()

File

./soundmanager2.module, line 31

Code

function soundmanager2_perm() {
  return array(
    'administer sm2',
  );
}