From 911d3e0fdd26ebdcb7c862a2a39ddcaef935d6f7 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Mon, 15 Dec 2008 14:08:35 +0000
Subject: Fixed a bug in database escaping where a compound statement (ie:
SUM()) wasn't handled correctly with database prefixes.
---
user_guide/changelog.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'user_guide')
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:
Changed a few docblock comments to reflect actual return values.
Fixed a bug with high ascii characters in subject and from email headers.
Fixed a bug in xss_clean() where whitespace following a validated character entity would not be preserved.
- Fixed a bug where HTML comments and <pre> tags were being parsed in Typography::auto_typography()
- Fixed a bug with non-breaking space cleanup in Typography::auto_typography()
+ Fixed a bug where HTML comments and <pre> tags were being parsed in Typography::auto_typography().
+ Fixed a bug with non-breaking space cleanup in Typography::auto_typography().
+ Fixed a bug in database escaping where a compound statement (ie: SUM()) wasn't handled correctly with database prefixes.
--
cgit v1.2.3-24-g4f1b