/[drupal]/contributions/modules/sharethis/sharethis.module
ViewVC logotype

Diff of /contributions/modules/sharethis/sharethis.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.5.2.4, Thu Aug 20 16:32:35 2009 UTC revision 1.1.2.5.2.5, Thu Aug 20 19:15:30 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: sharethis.module,v 1.1.2.5.2.3 2009/08/18 17:10:33 robloach Exp $  // $Id: sharethis.module,v 1.1.2.5.2.4 2009/08/20 16:32:35 robloach Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 22  function sharethis_help($path) { Line 22  function sharethis_help($path) {
22   * Implementation of hook_perm().   * Implementation of hook_perm().
23   */   */
24  function sharethis_perm() {  function sharethis_perm() {
25    return array('administer share', 'use share this');    return array('administer sharethis', 'use share this');
26  }  }
27    
28  /**  /**discovered a site that puts up a free song every day, and I was looking back
29   * Implementation of hook_menu().   * Implementation of hook_menu().
30   */   */
31  function sharethis_menu() {  function sharethis_menu() {

Legend:
Removed from v.1.1.2.5.2.4  
changed lines
  Added in v.1.1.2.5.2.5

  ViewVC Help
Powered by ViewVC 1.1.2