commit | 40b28e9139f3486971fe6f13594d3f615a37862c | [log] [tgz] |
---|---|---|
author | Adam Jackett <adam@darkhousemedia.com> | Sat Jul 23 11:45:05 2011 -0400 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Sat Aug 13 11:23:21 2011 -0600 |
tree | 50b7a822ca4fa26b09d522394ba1a1413852dcc8 | |
parent | e9ebe463e42d4ab7f7d29f85c87b3f24004a64b8 [diff] [blame] |
Fixed having method to insert quotes.
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index bc11ff4..0a25b3c 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -790,7 +790,7 @@ if ($v != '') { - $v = ' '.$this->escape_str($v); + $v = ' '.$this->escape($v); } $this->ar_having[] = $prefix.$k.$v;