Verbose message error

This commit is contained in:
sparkyx 2007-10-21 17:59:21 +00:00
parent 846bf43161
commit 42a4bb53d9

View file

@ -353,7 +353,9 @@ class fiche {
$attr=$this->attribut;
$ret="<table>";
if ( empty ($attr) ) {
return "Fiche non trouvée";
}
foreach ( $attr as $r)
{
$msg="";