diff options
author | Andrey Andreev <narf@bofh.bg> | 2011-10-07 20:17:11 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2011-10-07 20:17:11 +0200 |
commit | 56b21e1233855e9ea87ece7bb92e7994042b9cb3 (patch) | |
tree | 081294bccb9083f3ec78812fbdd09711f443c526 /system/database/drivers | |
parent | 5c3a202ab17ac76f7611ee662032e4f39371ff4c (diff) |
Remove another 2 old comments
Diffstat (limited to 'system/database/drivers')
-rw-r--r-- | system/database/drivers/oci8/oci8_result.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php index 31e3ca015..60c9a3f43 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -186,8 +186,6 @@ class CI_DB_oci8_result extends CI_DB_result { return $this->result_array; } - // oracle's fetch functions do not return arrays. - // The information is returned in reference parameters $row = NULL; while ($row = $this->_fetch_assoc()) { |