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

Diff of /contributions/modules/title_perms/title_perms.module

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

revision 1.1, Fri Jul 18 19:11:40 2008 UTC revision 1.2, Tue Jul 22 18:48:25 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: title_perms.module,v 1.1 2008/07/18 19:11:40 ipsocannibal Exp $
3    
4    /**    /**
5     * @file     * @file
# Line 52  Line 52 
52      if(!$may_cache) {      if(!$may_cache) {
53        $items[] = array(        $items[] = array(
54        'path' => 'admin/settings/title_perms',        'path' => 'admin/settings/title_perms',
55        'title' => t('Title Perms'),        'title' => t('Title Permissions'),
56        'description' => t('Select the content types on which to enable title editing permissions.'),        'description' => t('Select the content types on which to enable title editing permissions.'),
57        'callback' => 'drupal_get_form',        'callback' => 'drupal_get_form',
58        'callback arguments' => array('title_perms_admin_execution'),        'callback arguments' => array('title_perms_admin_execution'),

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2