Verbose message error
This commit is contained in:
parent
846bf43161
commit
42a4bb53d9
1 changed files with 3 additions and 1 deletions
|
|
@ -353,7 +353,9 @@ class fiche {
|
|||
$attr=$this->attribut;
|
||||
|
||||
$ret="<table>";
|
||||
|
||||
if ( empty ($attr) ) {
|
||||
return "Fiche non trouvée";
|
||||
}
|
||||
foreach ( $attr as $r)
|
||||
{
|
||||
$msg="";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue