Changeset 1502 for trunk/gregarius/tags.php
- Timestamp:
- 06/17/06 08:49:26 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/tags.php
r1475 r1502 27 27 28 28 require_once ('init.php'); 29 30 // an item should have this many tags, at most31 define('MAX_TAGS_PER_ITEM', 5);32 33 // This regexp is used both in php and javascript, basically34 // it is used to filter out everything but the allowed tag35 // characters, plus a whitespace36 define('ALLOWED_TAGS_REGEXP', '/[^a-zA-Z0-9\ _\.]/');37 29 38 30 function relatedTags($tags) {
