diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-06 11:48:32 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-06 11:48:32 +0100 |
commit | 083e3c8d39a4fb9f8ef37f61f0ea42ec3fe1389f (patch) | |
tree | 5a3d50a32b9ef1cd3fb7afa473a11d48a3099620 /system/database/drivers/oci8/oci8_driver.php | |
parent | bdd9c118c6e04ec8dc9b6bb1a2fb8a39214dca72 (diff) |
Fix #589
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index b2663e2c5..eb01dd17e 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -604,7 +604,7 @@ class CI_DB_oci8_driver extends CI_DB { // -------------------------------------------------------------------- /** - * Insert_batch statement + * Insert batch statement * * Generates a platform-specific insert string from the supplied data * |