From c14968d0a2d6f25cdaf333b8f697991177387bed Mon Sep 17 00:00:00 2001
From: Derek Jones
Date: Mon, 12 May 2008 17:19:51 +0000
Subject: changed $xmlrpcDateTime property to all lowercase 'datetime.iso8601'
so it can be recognized as a valid XML-RPC type
http://codeigniter.com/bug_tracker/bug/4153/
---
user_guide/changelog.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'user_guide/changelog.html')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index e08b715f2..35f67fd16 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -143,6 +143,7 @@ SVN Commit: not currently released
Fixed a bug in display_error() in the DB driver that was instantiating new Language and Exception objects, and not using the error heading.
Fixed an array to string conversion error in the Validation library (#4425)
Fixed a bug (#4506) with overlay_watermark() in the Image library preventing support for PNG-24s with alpha transparency
+ Fixed a bug (#4153) in the XML-RPC class preventing dateTime.iso8601 from being used.
Version 1.6.1
--
cgit v1.2.3-24-g4f1b