diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-19 14:56:20 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-19 14:56:20 +0100 |
commit | e35d7789a24e811bc147bc56c7a1d79904900b01 (patch) | |
tree | ed3f5c5e732e83b642372c3fad9ac1945d62ef92 /system/database/drivers/oci8/oci8_result.php | |
parent | b5e6f11002a08d29bd0faa2c6c5c437cf9e49523 (diff) |
Some more cleaning
Diffstat (limited to 'system/database/drivers/oci8/oci8_result.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_result.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php index e6e932175..0e0fe059d 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -194,7 +194,7 @@ class CI_DB_oci8_result extends CI_DB_result { // -------------------------------------------------------------------- /** - * Query result. "array" version. + * Query result. Array version. * * @return array */ @@ -516,7 +516,6 @@ class CI_DB_oci8_result extends CI_DB_result { * @param string custom class name * @return mixed custom object if row found; empty array otherwise */ - public function custom_row_object($n = 0, $class_name) { // Make sure $n is not a string |