diff options
author | JonoB <jon@accountsportal.com> | 2012-03-05 10:51:27 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-06 10:55:31 +0100 |
commit | 883f80f7ed758f384847af3db0082f9fb6e525ee (patch) | |
tree | 297abc9eac81c5d0e07369e0b191ac9b2c25f0bf /user_guide_src/source/changelog.rst | |
parent | 567474528e0c1a4e305dbe8787b83e526b46eb02 (diff) |
Removed reset_validation() method from run() method
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 683dd5516..6c8344248 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -85,6 +85,7 @@ Release Date: Not Released - Added $config['csrf_regeneration'] to the CSRF protection in the :doc:`Security library <libraries/security>`, which makes token regeneration optional. - Added function error_array() to return all error messages as an array in the Form_validation class. - Added function set_data() to Form_validation library, which can be used in place of the default $_POST array. + - Added function reset_validation() to form validation library, which resets internal validation variables in case of multiple validation routines. - Changed the Session library to select only one row when using database sessions. - Core |