Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.2, Wed May 27 16:10:12 2009 UTC | revision 1.1.2.3, Wed May 27 16:20:37 2009 UTC | |
|---|---|---|
| # | Line 18 function moduleinfo_menu() { | Line 18 function moduleinfo_menu() { |
| 18 | /** | /** |
| 19 | * Implementation of hook_perm(). | * Implementation of hook_perm(). |
| 20 | */ | */ |
| 21 | function plugin_manager_perm() { | function moduleinfo_perm(){ |
| 22 | return array('moduleinfo settings'); | return array('moduleinfo settings'); |
| 23 | } | } |
| 24 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |