From 0a1feb7c54e7167b0479fe116e0062017d9496b8 Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Thu, 3 Sep 2020 15:10:08 +0200 Subject: fix indentation --- it_dbi.class | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'it_dbi.class') diff --git a/it_dbi.class b/it_dbi.class index f59d779..ee6ce08 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -919,8 +919,8 @@ function escape_string($str) */ function escape_name($str) { - $this->_connect(); - return $this->_escape_name($str); + $this->_connect(); + return $this->_escape_name($str); } /** @@ -1113,7 +1113,7 @@ function _query($query, $p) $this->_connect(array('reconnect' => true)); $result = mysqli_query($this->_link, $query, $p['unbuffered'] ? MYSQLI_USE_RESULT : MYSQLI_STORE_RESULT); } - } + } $this->_affectedrows = $this->_link->affected_rows; # get_warnings() clobbers this $this->_insertid = mysqli_insert_id($this->_link); # get_warnings() clobbers this -- cgit v1.2.3