diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-30 22:38:12 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-30 22:38:12 +0200 |
commit | ff73401cdef0136c15c6dab95d4d722123668e7a (patch) | |
tree | a9d04ceca35fb777cdd769a1b093821d195de230 /system/database/drivers/oci8/oci8_driver.php | |
parent | 8f99224e6c6d3ac51cb0f356e2e0feb10fa93f31 (diff) |
Did a little clean up. Nothing that affected functionality
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 b45b00326..9d9193252 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -111,7 +111,7 @@ class CI_DB_oci8_driver extends CI_DB { */
function db_set_charset($charset, $collation)
{
- // TODO - add support if needed
+ // @todo - add support if needed
return TRUE;
}
|