Fix: Missing title

This commit is contained in:
Laurent Destailleur 2011-03-09 11:00:40 +00:00
parent 4126b6149f
commit 6671e8cf5b

View File

@ -76,7 +76,9 @@ if ($result)
if ($statut >= 0)
{
print_barre_liste($libelle[$statut], $page, "liste.php", "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield");
$donationstatic->statut=$statut;
$label=$donationstatic->getLibStatut(0);
print_barre_liste($label, $page, "liste.php", "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield");
}
else
{