commit | 3cad41e56fe4edc057cf6a84952a343686376429 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Mon Oct 02 03:21:46 2006 +0000 |
committer | admin <devnull@localhost> | Mon Oct 02 03:21:46 2006 +0000 |
tree | f09f0ae669677a0c0a54d8f0d854cfda4ff5cf09 | |
parent | 78ce3cc370efc9d63b3d473deb37c92f40002d3d [diff] [blame] |
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php index 59adda7..30c023d 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php
@@ -46,9 +46,9 @@ $rowcount = count($this->result_array); @ociexecute($this->stmt_id); if ($this->curs_id) - { - @ociexecute($this->curs_id); - } + { + @ociexecute($this->curs_id); + } return $rowcount; }