You are here

function content_perm in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 5 content.module \content_perm()
  2. 6.3 content.module \content_perm()

Implementation of hook_perm().

File

./content.module, line 60
Allows administrators to associate custom fields to content types.

Code

function content_perm() {
  return array(
    'Use PHP input for field settings (dangerous - grant with care)',
  );
}