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

Diff of /contributions/modules/path_blacklist/path_blacklist.module

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

revision 1.1.2.2.2.1, Wed Mar 11 17:19:25 2009 UTC revision 1.1.2.2.2.2, Mon Sep 21 21:14:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: path_blacklist.module,v 1.1.2.2 2008/10/11 05:59:13 crookednumber Exp $  // $Id: path_blacklist.module,v 1.1.2.2.2.1 2009/03/11 17:19:25 crookednumber Exp $
4    
5  /**  /**
6   * Implementation of hook_help().   * Implementation of hook_help().
# Line 24  function path_blacklist_perm() { Line 24  function path_blacklist_perm() {
24   */   */
25  function path_blacklist_menu() {  function path_blacklist_menu() {
26    $items['admin/settings/path_blacklist'] = array(    $items['admin/settings/path_blacklist'] = array(
27      'title' => t('Path blacklist settings'),      'title' => 'Path blacklist settings',
28      'description' => t('Administer the Path blacklist module.'),      'description' => 'Administer the Path blacklist module.',
29      'page callback' => 'path_blacklist_settings',      'page callback' => 'path_blacklist_settings',
30      'access arguments' => array('administer path_blacklist'),      'access arguments' => array('administer path_blacklist'),
31    );    );

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

  ViewVC Help
Powered by ViewVC 1.1.2