commit | 1b5a85671bb28cdf87ef1c32c3d926a14a9409de | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Mar 13 13:13:43 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Mar 13 13:13:43 2012 +0200 |
tree | 7039f9a48b173bc77997a2d1a0f09d86f5451997 | |
parent | 7c6813b423668472c401e2b9f7385800d9267d7c [diff] |
Swtich _bind_params() from private to protected
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 8e9ba9e..6842ec6 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php
@@ -345,7 +345,7 @@ * * @return void */ - private function _bind_params($params) + protected function _bind_params($params) { if ( ! is_array($params) OR ! is_resource($this->stmt_id)) {