diff options
author | plegall <plg@piwigo.org> | 2005-10-18 22:29:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-18 22:29:21 +0000 |
commit | 4b4e8a4663301b404ca6bb8f92ec1cfbeb7507a9 (patch) | |
tree | 3b09b4861e7d068f2848be079169c772346b3b70 /doc/ChangeLog | |
parent | 0aa1bcc73ceb24d91d5483171af994a05d2e60b0 (diff) |
- bug 172 fixed: crash when changing password with an external users
table. The same kind of correction was also made in picture.php and
register.php.
git-svn-id: http://piwigo.org/svn/trunk@902 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a38f0ae93..035a55be7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,11 @@ 2005-10-18 Pierrick LE GALL + * bug 172 fixed: crash when changing password with an external + users table. The same kind of correction was also made in + picture.php and register.php. + +2005-10-18 Pierrick LE GALL + * bug 159 and 166 fixed: parameter "options" for mail() function disabled by default. |