commit | e10fb79a95e2b0594ae68560df8963f92fea86d7 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Fri Jun 15 12:07:04 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Fri Jun 15 12:07:04 2012 +0300 |
tree | f92e41ff9be6ef01d96396b8879f236164c4679c | |
parent | 8295c845a447b973ef27aec6ed41d4325af06a76 [diff] [blame] |
Fix issue #1483
diff --git a/system/database/DB_query_builder.php b/system/database/DB_query_builder.php index f3e75cb..4c70ccc 100644 --- a/system/database/DB_query_builder.php +++ b/system/database/DB_query_builder.php
@@ -451,7 +451,7 @@ } // If the escape value was not set will will base it on the global setting - $escape = $this->_protect_identifiers; + is_bool($escape) OR $escape = $this->_protect_identifiers; foreach ($key as $k => $v) {