Pico-Editor-Plugin icon indicating copy to clipboard operation
Pico-Editor-Plugin copied to clipboard

strip slashes on save

Open DaveKin opened this issue 12 years ago • 3 comments

my apostrophes weren't looking right

DaveKin avatar Jul 10 '13 10:07 DaveKin

I'd rather turn off magic quotes if I were you.

Langmans avatar Jul 11 '13 06:07 Langmans

Good point, an alternate approach could be to add:

# turn off magic quotes
php_flag magic_quotes_gpc Off

to the .htaccess file in the main Pico project

DaveKin avatar Jul 11 '13 08:07 DaveKin

My magic quotes are already turned off but I still encountered this issue. Thanks for the commit!

csholmq avatar Aug 14 '13 20:08 csholmq