No image on bottom bar

This commit is contained in:
Laurent Destailleur 2009-05-13 02:09:36 +00:00
parent 1af8f578f6
commit 5bed9b93d8

View File

@ -301,7 +301,7 @@ if ($resql)
if ($num > $conf->liste_limit)
{
print_barre_liste($titre,$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords);
print_barre_liste($titre,$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords,'');
}
}
else