diff options
author | admin <devnull@localhost> | 2006-10-02 05:21:46 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-02 05:21:46 +0200 |
commit | 3cad41e56fe4edc057cf6a84952a343686376429 (patch) | |
tree | f09f0ae669677a0c0a54d8f0d854cfda4ff5cf09 /system/database/drivers/oci8/oci8_result.php | |
parent | 78ce3cc370efc9d63b3d473deb37c92f40002d3d (diff) |
Diffstat (limited to 'system/database/drivers/oci8/oci8_result.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_result.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php index 59adda76b..30c023ddc 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -46,9 +46,9 @@ class CI_DB_oci8_result extends CI_DB_result { $rowcount = count($this->result_array); @ociexecute($this->stmt_id); if ($this->curs_id) - { - @ociexecute($this->curs_id); - } + { + @ociexecute($this->curs_id); + } return $rowcount; } |