diff options
author | plegall <plg@piwigo.org> | 2005-06-11 14:10:04 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-06-11 14:10:04 +0000 |
commit | e851f504acebc9422b79f58da25420666da6e296 (patch) | |
tree | f90d0104a9799caa29bcd47d0bd2c6edabcefe79 /admin/element_set_global.php | |
parent | 4fedaac43ac404dc50193d6032307697412bb2c9 (diff) |
- 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
Diffstat (limited to '')
-rw-r--r-- | admin/element_set_global.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/element_set_global.php b/admin/element_set_global.php index 1c1315a0b..33ede7dfc 100644 --- a/admin/element_set_global.php +++ b/admin/element_set_global.php @@ -74,7 +74,6 @@ SELECT keywords // +-----------------------------------------------------------------------+ // | global mode form submission | // +-----------------------------------------------------------------------+ -$errors = array(); if (isset($_POST['submit'])) { |