We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd69e01 commit ce7d9e8Copy full SHA for ce7d9e8
MysqliDb.php
@@ -193,7 +193,7 @@ public function setPrefix($prefix = '')
193
*/
194
public function rawQuery($query, $bindParams = null)
195
{
196
- $this->_query = filter_var ($query, FILTER_SANITIZE_MAGIC_QUOTES,
+ $this->_query = filter_var ($query, FILTER_SANITIZE_STRING,
197
FILTER_FLAG_NO_ENCODE_QUOTES);
198
$stmt = $this->_prepareQuery();
199
0 commit comments