/[drupal]/contributions/modules/maxlength/maxlength.inc
ViewVC logotype

Contents of /contributions/modules/maxlength/maxlength.inc

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


Revision 1.9 - (show annotations) (download) (as text)
Sun Sep 28 13:07:38 2008 UTC (14 months ago) by acm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
File MIME type: text/x-php
reverting to pre 2.0 code, undoing the mistake of committing to HEAD instead of 5--2
1 <?php
2 // $Id: maxlength.inc,v 1.7 2008/09/27 19:23:10 mariuss Exp $
3 /**
4 * @file
5 * Include file for constants used in the maxlenght module
6 */
7
8 // Content types that limit body field
9 define('MAXLENGTH_NODE_TYPE', 'maxlength_');
10
11 // Permissions
12 define('ADMINISTER_MAXLENGTH', 'administer maxlength');

  ViewVC Help
Powered by ViewVC 1.1.2