diff options
author | plegall <plg@piwigo.org> | 2005-07-17 15:09:24 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-07-17 15:09:24 +0000 |
commit | 3643e999a59e0b2f2a05c44850b03f7c0e36423c (patch) | |
tree | 968412222b7b13ad164399b7ae2b2979e3fb9bb7 /doc/ChangeLog | |
parent | e96510957cd6fb539fcaacb80e47f6f78abdefb7 (diff) |
- bug fixed : in admin/user_list, if target is "selection" and that no user
is selected, an error occurs
git-svn-id: http://piwigo.org/svn/trunk@805 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index d00edab52..4b432e8af 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ 2005-07-17 Pierrick LE GALL + * bug fixed : in admin/user_list, if target is "selection" and + that no user is selected, an error occurs + +2005-07-17 Pierrick LE GALL + * new feature : use Apache authentication. If $conf['apache_authentication'] is set true : if no user matches $_SERVER['REMOTE_USER'] in "users" table, PWG automatically |