diff options
author | Kyle Farris <kylefarris@gmail.com> | 2011-08-31 15:52:08 +0200 |
---|---|---|
committer | Kyle Farris <kylefarris@gmail.com> | 2011-08-31 15:52:08 +0200 |
commit | f2d4eb599b52089989073b7c9a2c54df85732c66 (patch) | |
tree | 80bb38044f283ee0dce5bfd806545b9647b30640 | |
parent | f57a46b48287d7e5e5807100156e73730cf74e0c (diff) |
Added Sessions 'user_data' field bug fix item to log.
-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 978b710be..c203746b8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -118,6 +118,7 @@ Change Log <li>Fixed a bug (#8) - <samp>load_class()</samp> now looks for core classes in <samp>APPPATH</samp> first, allowing them to be replaced.</li> <li>Fixed a bug (#24) - ODBC database driver called incorrect parent in __construct().</li> <li>Fixed a bug (#85) - OCI8 (Oracle) database escape_str() function did not escape correct.</li> + <li>Fixed a bug (#344) - Using schema found in <a href="libraries/sessions.html">Saving Session Data to a Database</a>, system would throw error "user_data does not have a default value" when deleting then creating a session.</li> </ul> <h2>Version 2.0.3</h2> |