Parent Directory
|
Revision Log
|
Revision Graph
|
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() { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |