commit | 43cbdaaf9dc073b7e6bcf6416650c3249ea37d5d | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Thu Apr 03 21:54:15 2008 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Thu Apr 03 21:54:15 2008 +0000 |
tree | 78df9b2dd9513395520202c508a2cac37a90a430 | |
parent | e97b13635f8985ac88add9659ae6a78e67006b9b [diff] |
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]; }