/[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.11.2.1, Tue Nov 25 10:58:06 2008 UTC revision 1.11.2.2, Mon Jan 5 21:28:34 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.11.2.1  
changed lines
  Added in v.1.11.2.2

  ViewVC Help
Powered by ViewVC 1.1.2