function block_perm in Drupal 4
Same name and namespace in other branches
- 5 modules/block/block.module \block_perm()
 - 6 modules/block/block.module \block_perm()
 
Implementation of hook_perm().
File
- modules/
block.module, line 56  - Controls the boxes that are displayed around the main content.
 
Code
function block_perm() {
  return array(
    'administer blocks',
    'use PHP for block visibility',
  );
}