Completed
Branch master (bb0af6)
by Diego
03:15
created
_post/ez_sql_mysqli.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.