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