commit | 03d783ba0bbee1a5f76b6ad686bbcee59a2e21fb | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Sun May 03 19:45:45 2009 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Sun May 03 19:45:45 2009 +0000 |
tree | 8ad3eac53908504d85022a524708a9ff5ccaa4ea | |
parent | 58b339988cc1ad4516fea3c00b56a3660aac8225 [diff] [blame] |
bug fix and typo fixes
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index d072558..0702199 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -1380,7 +1380,7 @@ $this->limit($limit); } - if (count($this->ar_where) == 0 && count($this->ar_wherein) == 0 && count($this->ar_like)) + if (count($this->ar_where) == 0 && count($this->ar_wherein) == 0 && count($this->ar_like) == 0) { if ($this->db_debug) {