Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Fri Nov 7 21:11:04 2008 UTC | revision 1.2, Mon Sep 21 20:40:08 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | // $Id: wordcount.module,v 1.1 2008/11/07 21:11:04 crookednumber Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 14 function wordcount_perm() { | Line 14 function wordcount_perm() { |
| 14 | return array('view word count'); | return array('view word count'); |
| 15 | } | } |
| 16 | ||
| 17 | /** | |
| 18 | * Implementation of hook_menu(). | |
| 19 | */ | |
| 20 | function wordcount_menu($may_cache) { | function wordcount_menu($may_cache) { |
| 21 | $items = array(); | $items = array(); |
| 22 | if ($may_cache) { | if ($may_cache) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |