commit | 7099a589d1719311427d7552523ec962ebc3b650 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 10 17:47:59 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 10 17:47:59 2006 +0000 |
tree | e6c4c09d62f09e8b6c5f85bd83c7b6eaf4b7fc98 | |
parent | 1e3039878265b09e85f14e6b5ad3fbb6d4aa24c3 [diff] |
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index e83c640..794405a 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php
@@ -163,7 +163,8 @@ */ function get_cursor() { - return $this->curs_id = ocinewcursor($this->conn_id); + $this->curs_id = ocinewcursor($this->conn_id); + return $this->curs_id; } // --------------------------------------------------------------------
diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php index 0c265de..b08b879 100644 --- a/system/database/drivers/postgre/postgre_utility.php +++ b/system/database/drivers/postgre/postgre_utility.php
@@ -106,7 +106,7 @@ */ function _repair_table($table) { - return return FALSE; + return FALSE; } // --------------------------------------------------------------------