summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_result.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-20 12:04:10 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-20 12:04:10 +0100
commit1ab62aedc09cc75ac5619d5e881076cc9ca5e090 (patch)
tree400015ef7868e42d298fa42e1ea59130bf30adb9 /system/database/drivers/oci8/oci8_result.php
parente35d7789a24e811bc147bc56c7a1d79904900b01 (diff)
Replaced AND with &&
Diffstat (limited to 'system/database/drivers/oci8/oci8_result.php')
-rw-r--r--system/database/drivers/oci8/oci8_result.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php
index 0e0fe059d..221ab2c5f 100644
--- a/system/database/drivers/oci8/oci8_result.php
+++ b/system/database/drivers/oci8/oci8_result.php
@@ -358,7 +358,6 @@ class CI_DB_oci8_result extends CI_DB_result {
* @param string ('object', 'array' or a custom class name)
* @return mixed whatever was passed to the second parameter
*/
-
public function row($n = 0, $type = 'object')
{
if ($type === 'object')