commit | e611d8cfb9fb8d056fa75ec40b6e07c12e57dd53 | [log] [tgz] |
---|---|---|
author | Adam Jackett <adam@darkhousemedia.com> | Sat Jul 23 11:45:05 2011 -0400 |
committer | Adam Jackett <adam@darkhousemedia.com> | Sat Jul 23 13:37:48 2011 -0400 |
tree | d8e26f67a32313070822a8934ed04c0bb011e0e9 | |
parent | 8731f641de823fcdcb8b2a2fa6034fca8fe4a164 [diff] |
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;