Due to public request:
My fix would be like this for 5.5.1:
Search fot this string in all documents
(MAC BBEdit use "Multifile Search in Folder"):
[:red]str_replace("\n","<br>",[/]
Replace that with this string:
[:red]eregi_replace("(\r\n|\r|\n)","<br>",[/]
The searched/replaced code is a part string of other code,
make sure you do not touch the rest.
Done.
(Use usual precortions: make a backup of all code first, just in case something goes wrong!)
Scream, and others here, please correct me if I am wrong. []/forum/images/icons/smile.gif[/]
Greetings
Last edited by caymuc; 05/01/2002 1:30 PM.