- errors and informations boxes : management centralized in admin.php,

$errors and $infos arrays replaced by $page['errors'] and $page['infos'],
  special management for admin/update.php (more complex management)


git-svn-id: http://piwigo.org/svn/trunk@792 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2005-06-11 14:10:04 +00:00
commit e851f504ac
27 changed files with 150 additions and 241 deletions

View file

@ -1,3 +1,10 @@
2005-06-11 Pierrick LE GALL
* errors and informations boxes : management centralized in
admin.php, $errors and $infos arrays replaced by $page['errors']
and $page['infos'], special management for admin/update.php (more
complex management)
2005-06-11 Pierrick LE GALL
* bug 96 (informations given by uploaders are lost) correction