diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2009-08-24 18:42:52 +0200 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2009-08-24 18:42:52 +0200 |
commit | 69b1fcc0b26c181b24aed8c347db94563328a83e (patch) | |
tree | 146bada87f56cca974fa6152385b61e2d0e7bba8 /user_guide | |
parent | 5a8a455f19aa7fc57262cc740d45ebc531e34446 (diff) |
updating xml_from_result to check for list_fields instead of field_names
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9044e3224..17cc003d9 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -110,6 +110,7 @@ SVN Revision: </p> <li>Fixed a bug in the Calendar library where the shortname was output for "May".</li> <li>Fixed a bug with ORIG_PATH_INFO that was allowing URIs of just a slash through.</li> <li>Fixed a fatal error in the Oracle and ODBC drivers (#6752)</li> + <li>Fixed a bug where xml_from_result() was checking for a nonexistent method.</li> <li>Fixed a bug where Database Forge's add_column and modify_column were not looping through when sent multiple fields.</li> <li>Fixed a bug where the File Helper was using '/' instead of the DIRECTORY_SEPARATOR constant.</li> <li>Fixed a bug to prevent PHP errors when attempting to use sendmail on servers that have manually disabled the PHP popen() function.</li> |