From 2798b5033815f9165ad10137c0866b5fdb59ea54 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 6 May 2008 14:12:18 +0000 Subject: fixed a bug where the dir resource was not closed in the directory helper, and made it more efficient http://codeigniter.com/bug_tracker/bug/4206/ --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index fec2d12c3..2242f86e9 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -120,6 +120,7 @@ SVN Commit: not currently released

  • Fixed a bug in link_tag() of the URL helper where a key was passed instead of a value.
  • Fixed a bug in DB_result::row() that prevented it from returning individual fields with MySQL NULL values.
  • Fixed a bug in the table library that could cause identically constructed rows to be dropped (#3459).
  • +
  • Fixed a bug (#4206) in the Directory Helper where the directory resource was not being closed, and minor improvements.
  • Version 1.6.1

    -- cgit v1.2.3-24-g4f1b