diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-04-06 21:58:20 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-04-06 21:58:20 +0200 |
commit | 16629b1cef61db05646839d6789d98ddc5aaf16b (patch) | |
tree | 0dcf40090cdd96e5815bf489f19e86639fd38668 /user_guide/changelog.html | |
parent | 96863ce12d88b2126b80bf1b00a73eed1ad6be86 (diff) |
Fixed a bug that wasn't allowing escaping to be turned off if the value of a query was NULL.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 62e4541e0..1efaa6b2a 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,7 +63,8 @@ Change Log <li>Active Record
<ul>
<li>Added the ability to prevent escaping in having() clauses.</li>
- </ul>
+ <li>Fixed a bug that wasn't allowing escaping to be turned off if the value of a query was NULL.</li>
+ </ul>
</li>
<li>Config
<ul>
|