better-search-replace
better-search-replace copied to clipboard
Fix invalid queries
Hey,
When using " in mysql queries the value is treated as a reference to a column, and that's an issue. I've changed it to ' and this fixed it on my installation.
Cheers