summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_driver.php
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-12-25 07:31:29 +0100
committerGreg Aker <greg@gregaker.net>2011-12-25 07:31:29 +0100
commit03abee3df4534028c795e3c3da91034a3d3ee0f4 (patch)
treec4f28408ef0d4b017bb8fc9dbeae3aeff4b39b97 /system/database/drivers/oci8/oci8_driver.php
parentf41c9cfbda27c71a1f34ef1ba7e15cad93564691 (diff)
Fixing soft tabs in a few files.
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r--system/database/drivers/oci8/oci8_driver.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index 190b86bb2..9c38dcbd6 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -661,11 +661,10 @@ class CI_DB_oci8_driver extends CI_DB {
*
* Generates a platform-specific insert string from the supplied data
*
- * @access protected
- * @param string the table name
- * @param array the insert keys
- * @param array the insert values
- * @return string
+ * @param string the table name
+ * @param array the insert keys
+ * @param array the insert values
+ * @return string
*/
protected function _insert_batch($table, $keys, $values)
{