From be8ec803cf8542acca9d2dd24c46b219fecabd9c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 6 May 2008 01:02:41 +0000 Subject: Fixed a bug in the table library that could cause identically constructed rows to be dropped (#3459). --- user_guide/changelog.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 0d10d6446..de47d4785 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -117,7 +117,8 @@ SVN Commit: not currently released

  • Fixed a bug (#4413) where a URI containing slashes only e.g. 'http://example.com/index.php?//' would result in PHP errors
  • 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).
  • +

    Version 1.6.1

    Release Date: February 12, 2008
    -- cgit v1.2.3-24-g4f1b