From c67e399bc9f67c78d40b2915f7417353dcc0041f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Aug 2003 17:36:17 +0000 Subject: [PATCH] =?UTF-8?q?Modifs=20mineures=20pour=20d=E9buggage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/adherents/fiche.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index 1290c324fc3..870bb3a5d0a 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -197,12 +197,11 @@ if ($HTTP_POST_VARS["action"] == 'confirm_add_spip' && $HTTP_POST_VARS["confirm" /* Création d'une fiche */ /* */ /* ************************************************************************** */ -if ($errmsg != ''){ +if ($errmsg != '') +{ print ''; - print ''; print "\n"; - // print "$errmsg\n"; print '
Erreur dans l\'execution du formulaire
$errmsg
'; }