Modifs mineures pour débuggage

This commit is contained in:
Rodolphe Quiedeville 2003-08-12 17:36:17 +00:00
parent 23db86b0e2
commit c67e399bc9

View File

@ -197,12 +197,11 @@ if ($HTTP_POST_VARS["action"] == 'confirm_add_spip' && $HTTP_POST_VARS["confirm"
/* Création d'une fiche */ /* Création d'une fiche */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
if ($errmsg != ''){ if ($errmsg != '')
{
print '<table cellspacing="0" border="1" width="100%" cellpadding="3">'; print '<table cellspacing="0" border="1" width="100%" cellpadding="3">';
print '<th>Erreur dans l\'execution du formulaire</th>'; print '<th>Erreur dans l\'execution du formulaire</th>';
print "<tr><td class=\"delete\"><b>$errmsg</b></td></tr>\n"; print "<tr><td class=\"delete\"><b>$errmsg</b></td></tr>\n";
// print "<FONT COLOR=\"red\">$errmsg</FONT>\n";
print '</table>'; print '</table>';
} }