about_this_node_perm()about_this_node/about_this_node.module, line 33
Implementation of hook_perm()
<?php function about_this_node_perm() { return array('administer about this node', 'view about this node block'); } ?>