Quote:
Originally Posted by AaronBBrown
This mod strips out all backslashes from a post.
If I type "C:\Mypath\Foo"
vBSpell immediately strips it to "C:MypathFoo" when it comes up.
|
Yep that's a common thing in php to ensure that even if magic quotes is enabled the text will look correct... If that didn't exist in the code you'd probably see additional backslashes in the text (although you wouldn't loose the ones you posted).
I don't know if that can be fixed, but if it can I'd really like to see the solution!