Changeset 1502 for trunk/gregarius/constants.php
- Timestamp:
- 06/17/06 08:49:26 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/constants.php
r1472 r1502 158 158 define ('ITEM_SORT_HINT_MIXED', 0x02); 159 159 160 // an item should have this many tags, at most 161 define('MAX_TAGS_PER_ITEM', 5); 160 162 163 // This regexp is used both in php and javascript, basically 164 // it is used to filter out everything but the allowed tag 165 // characters, plus a whitespace 166 define('ALLOWED_TAGS_REGEXP', '/[^a-zA-Z0-9\ _\.]/'); 161 167 162 168 // Sanitizer constants
