@@ -12,7 +12,7 @@ discard block |
||
12 | 12 | * ezSQL error strings - mySQLi |
13 | 13 | */ |
14 | 14 | |
15 | - global $ezsql_mysqli_str; |
|
15 | + global $ezsql_mysqli_str; |
|
16 | 16 | |
17 | 17 | $ezsql_mysqli_str = array |
18 | 18 | ( |
@@ -188,9 +188,9 @@ discard block |
||
188 | 188 | $this->select($this->dbname, $this->encoding); |
189 | 189 | } |
190 | 190 | |
191 | - if ( get_magic_quotes_gpc() ) { |
|
191 | + if ( get_magic_quotes_gpc() ) { |
|
192 | 192 | $str = stripslashes($str); |
193 | - } |
|
193 | + } |
|
194 | 194 | |
195 | 195 | return $this->dbh->escape_string($str); |
196 | 196 | } |