Parent Directory
|
Revision Log
|
Revision Graph
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 |