Show
Ignore:
Timestamp:
01/02/07 22:57:46 (23 months ago)
Author:
mbonetti
Message:

fix for #255. See RSS_URI_SEPARATOR in constants.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/util.php

    r1649 r1653  
    11561156} 
    11571157 
    1158 function rss_uri($title, $sep='_') { 
    1159     return utf8_uri_encode(preg_replace('#[ \#%\s&/\+\'"\?]#',$sep,$title)); 
     1158function rss_uri($title, $sep=RSS_URI_SEPARATOR) { 
     1159    return utf8_uri_encode(preg_replace('#[ \#%&/\+\'"\?]#',$sep,$title)); 
    11601160} 
    11611161?>