Qual: Uniformize code
This commit is contained in:
parent
1934acf10c
commit
6f649dc72d
@ -609,11 +609,11 @@ if ($id)
|
|||||||
{
|
{
|
||||||
if ($error)
|
if ($error)
|
||||||
{
|
{
|
||||||
print '<div class="error">'.$error.'</div><br>';
|
dol_htmloutput_errors($error);
|
||||||
}
|
}
|
||||||
if ($mesg)
|
if ($mesg)
|
||||||
{
|
{
|
||||||
print $mesg.'<br>';
|
dol_htmloutput_mesg($mesg);
|
||||||
}
|
}
|
||||||
|
|
||||||
$act = new ActionComm($db);
|
$act = new ActionComm($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user