Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.12, Tue Aug 12 16:38:47 2008 UTC | revision 1.13, Tue Aug 12 17:36:54 2008 UTC | |
|---|---|---|
| # | Line 13 function d($message) {drupal_set_message | Line 13 function d($message) {drupal_set_message |
| 13 | * Implementation of hook_perm(). | * Implementation of hook_perm(). |
| 14 | */ | */ |
| 15 | function help_perm() { | function help_perm() { |
| 16 | return array('access help pages' => t('View help topics')); | return array('access help' => t('View help content.'), 'search help' => t('Search help content.')); |
| 17 | } | } |
| 18 | ||
| 19 | /** | /** |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |