Correction esthétique mineur sur rmessage erreur
This commit is contained in:
parent
48822ad418
commit
6518fad4b2
@ -541,7 +541,7 @@ function dolibarr_print_error($db='',$msg='')
|
|||||||
print "<b>Information sur le dernier accès en base:</b> ".$db->error()."<br>\n";
|
print "<b>Information sur le dernier accès en base:</b> ".$db->error()."<br>\n";
|
||||||
}
|
}
|
||||||
if ($msg) {
|
if ($msg) {
|
||||||
print "Message: $msg<br>\n" ;
|
print "<b>Message:</b> ".$msg."<br>\n" ;
|
||||||
}
|
}
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user