commit | a5f2f694c6fb0cf3286a4ae44af47ac77684a36a | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Jan 25 21:44:56 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Jan 25 21:44:56 2012 +0200 |
tree | 8fa3be480df290fcf859c8d2d7f318714281a8bc | |
parent | af5d5586a5040de24335e483edb17a2657ddeb21 [diff] [blame] |
Pass CI_DB_driver::curs_id to CI_DB_oci8_result ...
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index d9d83d5..117db68 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -395,7 +395,7 @@ if ($this->dbdriver === 'oci8') { $RES->stmt_id = $this->stmt_id; - $RES->curs_id = NULL; + $RES->curs_id = $this->curs_id; $RES->limit_used = $this->limit_used; $this->stmt_id = FALSE; }