You are here

function textimage_perm in Textimage 6.2

Same name and namespace in other branches
  1. 5.2 textimage.module \textimage_perm()
  2. 5 textimage.module \textimage_perm()

Implementation of hook_perm().

File

./textimage.module, line 232

Code

function textimage_perm() {
  return array(
    'create textimages',
  );
}