You are here

function mp3player_perm in MP3 Player 6

Same name and namespace in other branches
  1. 6.2 mp3player.module \mp3player_perm()

Implementation of hook_perm().

File

./mp3player.module, line 37
mp3player main module file.

Code

function mp3player_perm() {
  return array(
    'administer mp3player',
  );
}