syntax error: extraneous closing parenthesis
diff --git a/system/database/DB_result.php b/system/database/DB_result.php
index 6461431..c2eeefb 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -134,7 +134,7 @@
 			}

 		

 			// array_key_exists() instead of isset() to allow for MySQL NULL values

-			if (array_key_exists($n, $this->row_data)))

+			if (array_key_exists($n, $this->row_data))

 			{

 				return $this->row_data[$n];

 			}