Qual: Uniformize code

This commit is contained in:
Laurent Destailleur 2011-12-14 09:28:08 +01:00
parent 1934acf10c
commit 6f649dc72d

View File

@ -609,11 +609,11 @@ if ($id)
{
if ($error)
{
print '<div class="error">'.$error.'</div><br>';
dol_htmloutput_errors($error);
}
if ($mesg)
{
print $mesg.'<br>';
dol_htmloutput_mesg($mesg);
}
$act = new ActionComm($db);