/[drupal]/contributions/modules/wordcount/wordcount.module
ViewVC logotype

Diff of /contributions/modules/wordcount/wordcount.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.2.2.2, Mon Sep 21 19:59:09 2009 UTC revision 1.1.2.2.2.3, Mon Sep 21 20:02:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: wordcount.module,v 1.1.2.2.2.1 2009/09/21 19:57:08 crookednumber Exp $  // $Id: wordcount.module,v 1.1.2.2.2.2 2009/09/21 19:59:09 crookednumber Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 19  function wordcount_perm() { Line 19  function wordcount_perm() {
19   */   */
20  function wordcount_menu() {  function wordcount_menu() {
21    $items['admin/reports/wordcount'] = array(    $items['admin/reports/wordcount'] = array(
22      'title' => t('Word count'),      'title' => 'Word count',
23      'description' => t('View number of words contributed by each user.'),      'description' => 'View number of words contributed by each user.',
24      'page callback' => 'wordcount_show_count',      'page callback' => 'wordcount_show_count',
25      'access arguments' => array('view word count'),      'access arguments' => array('view word count'),
26    );    );

Legend:
Removed from v.1.1.2.2.2.2  
changed lines
  Added in v.1.1.2.2.2.3

  ViewVC Help
Powered by ViewVC 1.1.2