Commit 22017a4b authored by Alexander Butenko's avatar Alexander Butenko

remove query filter as it confusing and not really useful

parent 199cdbb0
...@@ -285,9 +285,6 @@ class MysqliDb ...@@ -285,9 +285,6 @@ class MysqliDb
{ {
$params = array(''); // Create the empty 0 index $params = array(''); // Create the empty 0 index
$this->_query = $query; $this->_query = $query;
if ($sanitize)
$this->_query = filter_var ($query, FILTER_SANITIZE_STRING,
FILTER_FLAG_NO_ENCODE_QUOTES);
$stmt = $this->_prepareQuery(); $stmt = $this->_prepareQuery();
if (is_array($bindParams) === true) { if (is_array($bindParams) === true) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment