diff options
author | admin <devnull@localhost> | 2006-10-27 19:57:30 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-27 19:57:30 +0200 |
commit | 0e5ca047896c92c490d038f54e4623cb4db4ad76 (patch) | |
tree | 93797122da95e6e07215c4e382f131554cc8ba11 /user_guide | |
parent | 259ea846018b3c465d3b9c3283a6142a5c342191 (diff) |
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 c47972247..16f830c18 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -84,6 +84,7 @@ Change Log <li>Added <a href="./database/fields.html">$query->list_fields()</a> function to database class</li>
<li>Added <a href="./database/helpers.html">$this->db->platform()</a> function</li>
<li>Added new <a href="./helpers/file_helper.html">File Helper</a>: get_filenames()</li>
+<li>Added more thorough initialization in the upload class so that all class variables are reset.</li>
<li>Added "is_numeric" to validation, which uses the native PHP is_numeric function.</li>
<li>Improved the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.</li>
<li>Moved most of the functions in the Controller class into the Loader class, allowing fewer reserved function names for controllers when running under PHP 5.</li>
|