commit | 03152efb757866c6a2aac6ecfbeb551444f7af78 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Sep 21 04:09:28 2006 +0000 |
committer | admin <devnull@localhost> | Thu Sep 21 04:09:28 2006 +0000 |
tree | 4801d11e6dec5fe0c1e2a40f3da37e2fed32a77a | |
parent | bc042dd0692a6b4b89f11f88e6e3763162ce8048 [diff] |
diff --git a/system/drivers/DB_mysqli.php b/system/drivers/DB_mysqli.php index d2a3140..4b96857 100644 --- a/system/drivers/DB_mysqli.php +++ b/system/drivers/DB_mysqli.php
@@ -89,12 +89,6 @@ { $sql = $this->_prep_query($sql); $result = @mysqli_query($this->conn_id, $sql); - - // We only advance the result pointer if there isn't an error - if (mysqli_errno($this->conn_id) == 0) - { - mysqli_next_result($this->conn_id); - } return $result; }