diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-12-15 15:08:35 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-12-15 15:08:35 +0100 |
commit | 911d3e0fdd26ebdcb7c862a2a39ddcaef935d6f7 (patch) | |
tree | 2f3c48275de7ca06073508c956f94befd45066b2 /user_guide/changelog.html | |
parent | 01e2009209aaa28fc4b57308b49c7f041fe61ac7 (diff) |
Fixed a bug in database escaping where a compound statement (ie: SUM()) wasn't handled correctly with database prefixes.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 3b9c73e5f..1801a46b2 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -97,8 +97,9 @@ SVN Revision: </p> <li>Changed a few docblock comments to reflect actual return values.</li> <li>Fixed a bug with high ascii characters in subject and from email headers.</li> <li>Fixed a bug in xss_clean() where whitespace following a validated character entity would not be preserved.</li> - <li>Fixed a bug where HTML comments and <pre> tags were being parsed in Typography::auto_typography()</li> - <li>Fixed a bug with non-breaking space cleanup in Typography::auto_typography()</li> + <li>Fixed a bug where HTML comments and <pre> tags were being parsed in Typography::auto_typography().</li> + <li>Fixed a bug with non-breaking space cleanup in Typography::auto_typography().</li> + <li>Fixed a bug in database escaping where a compound statement (ie: SUM()) wasn't handled correctly with database prefixes.</li> </ul> |