From c2df89e7e7ff73d026d192ee16a548ed8725fd02 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 17 Oct 2008 04:58:15 +0000 Subject: --- user_guide/changelog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide/changelog.html b/user_guide/changelog.html index dfa2bb30f..a7d0a71ef 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -107,8 +107,7 @@ SVN Revision: XXXX

  • Modified Pagination library to only output the "First" link when the link for page one would not be shown.
  • Added a file lock check during caching, before trying to write to the file.
  • Added driver name variable in each DB driver, based on bug report #4436.
  • -
  • Modified Cookie key cleaning to unset a few troublesome key names that can be present in certain environments, - preventing CI from halting execution.
  • +
  • Modified Cookie key cleaning to unset a few troublesome key names that can be present in certain environments, preventing CI from halting execution.
  • @@ -134,6 +133,7 @@ SVN Revision: XXXX

  • Fixed ODBC bug that was ignoring connection params due to its use of a constructor.
  • Fixed a DB driver bug with num_rows() that would cause an error with the Oracle driver.
  • Fixed MS SQL bug (#4915). Added brackets around database name in MS SQL driver when selecting the database, in the event that reserved characters are used in the name.
  • +
  • Fixed a DB caching bug (4718) in which the path was incorrect when no URI segments were present.
  • Fixed a spelling error in a Loader error message.
  • -- cgit v1.2.3-24-g4f1b