MrTorrance - 2005-05-18

Logged In: YES
user_id=1276995

Adding this to wrapper.php seems to take care of the error.
...it's a bit hacky, but it seems to work for directories okay.

// fix error with titles like it's_a_picture
$url_request_part = str_replace("\\'","'",$url_request_part);
//global assigns

add before //global assigns