magic_quotes on/off

Krzysztof von Mach krismach@pair.com
Fri, 15 Dec 2000 17:18:56 -0500


Hi,

I have been using imp 2.2.3 for a while with magic_quote on and it has been 
working great for me, with out any problems so far. I did modify 
compose.php3 and added at the beginning:

$message = stripslashes($message);
$to = stripslashes($to);
$cc = stripslashes($cc);
$bcc = stripslashes($bcc);
$subject = stripslashes($subject);

The reason is that I do have some php applications that actually want 
magic_quotes on, like phpMyAdmin...

I was wondering if anyone else tried this before and encountered any 
problems with this. If not, than I don't think it would hurt to add it to 
the current version of imp and that would kind a solve the problem, and it 
would work fine for people who have magic_quotes either way...

__
Kris.