/[drupal]/contributions/modules/help_soc/help/help.module
ViewVC logotype

Diff of /contributions/modules/help_soc/help/help.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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  /**  /**

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.2