commit | c06f58e19ba52820ca400e3f1a139f8f86961724 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Wed Jun 04 17:04:48 2008 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Wed Jun 04 17:04:48 2008 +0000 |
tree | 12bba9ea7c66f0bf88e0fd0cf80b208f2019b16d | |
parent | d8364c4267ddccb64ac330067162a3ce0d4e08c2 [diff] |
compacting some whitespace
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 4eff400..818c8dd 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -435,7 +435,6 @@ if ( ! is_null($v)) { - if ($escape === TRUE) { // exception for "field<=" keys @@ -456,16 +455,13 @@ { $k .= ' ='; } - } else { - if ($escape === TRUE) { $k = $this->_protect_identifiers($k, TRUE); - } - + } } $this->ar_where[] = $prefix.$k.$v;