AmR Users CSV Export gets slashes even when magic_quotes_gpc OFF
-
We have used php_info() to verify that the correct php.ini file is loaded and that:
Directive | Local Value | Master Value
magic_quotes_gpc | Off | Off
magic_quotes_runtime | Off | Off
magic_quotes_sybase | Off | Off…and we have rebuilt the report.
However, the plugin’s Export CSV feature is still exporting slashes and quotes ( \” ) instead of just quote ( ” ).
Anyone else having such an issue?
Is there any way to tweak the plugin’s code so that \” gets replaced with ” ??
- The topic ‘AmR Users CSV Export gets slashes even when magic_quotes_gpc OFF’ is closed to new replies.