Changeset 1525 for trunk/gregarius/util.php
- Timestamp:
- 08/06/06 13:23:04 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/util.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/util.php
r1516 r1525 974 974 // moved from ajax.php 975 975 function __exp__submitTag($id,$tags,$type = "'item'") { 976 $ftags = preg_replace(ALLOWED_TAGS_REGEXP,'', trim($tags));976 $ftags = utf8_encode( preg_replace(ALLOWED_TAGS_REGEXP,'', trim($tags))); 977 977 $tarr = array_slice(explode(" ",$ftags),0,MAX_TAGS_PER_ITEM); 978 978 $ftags = implode(" ",__priv__updateTags($id,$tarr,$type));
