summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2011-10-07 20:17:11 +0200
committerAndrey Andreev <narf@bofh.bg>2011-10-07 20:17:11 +0200
commit56b21e1233855e9ea87ece7bb92e7994042b9cb3 (patch)
tree081294bccb9083f3ec78812fbdd09711f443c526 /system/database/drivers/oci8
parent5c3a202ab17ac76f7611ee662032e4f39371ff4c (diff)
Remove another 2 old comments
Diffstat (limited to 'system/database/drivers/oci8')
-rw-r--r--system/database/drivers/oci8/oci8_result.php2
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())
{