From e851f504acebc9422b79f58da25420666da6e296 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 11 Jun 2005 14:10:04 +0000 Subject: - 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 --- admin/element_set_unit.php | 1 - 1 file changed, 1 deletion(-) (limited to 'admin/element_set_unit.php') diff --git a/admin/element_set_unit.php b/admin/element_set_unit.php index b72c370fe..74aaf1eb0 100644 --- a/admin/element_set_unit.php +++ b/admin/element_set_unit.php @@ -40,7 +40,6 @@ include_once(PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php'); // +-----------------------------------------------------------------------+ // | unit mode form submission | // +-----------------------------------------------------------------------+ -$errors = array(); if (isset($_POST['submit'])) { -- cgit v1.2.3