commit | ef22efd7c7b0a9006d43ef207450768722815453 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Thu Nov 20 15:25:45 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Thu Nov 20 15:25:45 2008 +0000 |
tree | 8d9a74eb267bb501acafa16c893a2a5da5a10c95 | |
parent | 604873fe068c39c55afa1deaafaf34a95fd3359e [diff] [blame] |
Added where_in to the list of expected arguments received by delete()
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index e8cefa2..b8dce6d 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -1374,7 +1374,7 @@ $this->limit($limit); } - if (count($this->ar_where) == 0 && count($this->ar_like) == 0) + if (count($this->ar_where) == 0 && count($this->ar_wherein) == 0 && count($this->ar_like)) { if ($this->db_debug) {