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

Diff of /contributions/modules/swfupload/swfupload.module

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

revision 1.12, Tue Nov 25 11:04:03 2008 UTC revision 1.13, Mon Jan 5 21:25:09 2009 UTC
# Line 8  Line 8 
8   */   */
9    
10  /**  /**
11     * Implementation of hook_perm().
12     */
13    function swfupload_perm() {
14      return array('use swfupload image button', 'administer swfupload');
15    }
16    
17    /**
18   * Implementation of hook_help().   * Implementation of hook_help().
19   */   */
20  function swfupload_help() {  function swfupload_help() {

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

  ViewVC Help
Powered by ViewVC 1.1.2