summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-12 02:03:51 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-12 02:03:51 +0200
commit7f88aa51fb56cb6e0d50f55f07fd8638d7a625b2 (patch)
tree5122b495baaf7e71ccec45e90c36e9bf203367e6 /user_guide
parent307cd619a56cc8ab40b978e3bf1f4dd373d312f0 (diff)
changed class instantiations to reference global $LANG and fetch existing Exceptions class, and added language variable for database error heading
http://codeigniter.com/bug_tracker/bug/4421/
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index be5c8c964..c5231655c 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -139,6 +139,7 @@ SVN Commit: not currently released</p>
<li>Fixed a bug in the table library that could cause identically constructed rows to be dropped (#3459).</li>
<li>Fixed a bug (#4206) in the Directory Helper where the directory resource was not being closed, and minor improvements.</li>
<li>Fixed a bug where SMTP emails were not having dot transformation performed on lines that begin with a dot.</li>
+ <li>Fixed a bug in display_error() in the DB driver that was instantiating new Language and Exception objects, and not using the error heading.</li>
</ul>
<h2>Version 1.6.1</h2>