commit | befd4c226950dfe7fae260961355787bb1bf29a9 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Oct 26 01:49:26 2006 +0000 |
committer | admin <devnull@localhost> | Thu Oct 26 01:49:26 2006 +0000 |
tree | 2fdedc39d9da05101551ce7ebc6b6f644f5d571c | |
parent | 1716cb80344dcb09dd263293b7901cd5b669e302 [diff] [blame] |
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 551a670..ff301a5 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php
@@ -595,7 +595,7 @@ */ function _close($conn_id) { - ocilogoff($conn_id); + @ocilogoff($conn_id); }