Some feeds convert apostrophe's and ampersand's to ' and & I believe the file link.php is where the code goes in, but not positive. Here is the code I have so far, but doesn't seem to work in the places that I put it in.
In the function read(), just above the return true; statement.Code:$title = ereg_replace("'", "\'", $title); $title = ereg_replace("&", "&", $title);
I also put it in the function read_basic() above the return true;
Thanks,
Corey



Reply With Quote




