summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2011-10-07 20:17:11 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-10-27 01:01:55 +0200
commitc622a4155d912ad53143f5de94298eb8e60ba3e7 (patch)
tree262362545effccd67afc889762a1db7530bb91ef /system/database/drivers
parent3e1df1abe203db8c07ffbd9096aec77c458b80d5 (diff)
Remove another 2 old comments
Diffstat (limited to 'system/database/drivers')
-rw-r--r--system/database/drivers/oci8/oci8_result.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php
index 7de1153ba..ea5f77537 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())
{
@@ -218,4 +216,4 @@ class CI_DB_oci8_result extends CI_DB_result {
/* End of file oci8_result.php */
-/* Location: ./system/database/drivers/oci8/oci8_result.php */ \ No newline at end of file
+/* Location: ./system/database/drivers/oci8/oci8_result.php */