Changeset 1735 for trunk/gregarius/cls
- Timestamp:
- 06/16/07 09:14:18 (16 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/wrappers/item.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/wrappers/item.php
r1730 r1735 213 213 function rss_item_author() { 214 214 if (($a = $GLOBALS['rss'] -> currentItem -> author) != null) { 215 $ea = preg_replace('/[^a-zA-Z0-9] +/','_',$a);215 $ea = preg_replace('/[^a-zA-Z0-9]/','_',$a); 216 216 if (getConfig('rss.output.usemodrewrite')) { 217 217 $a = "<a href=\"".getPath() ."author/$ea\">$a</a>";
