Merge pull request #6148 from defrance/patch-60

print_barre_liste only on top of list
This commit is contained in:
Juanjo Menent 2016-12-11 14:06:32 +01:00 committed by GitHub
commit 6503d4db21

View File

@ -834,8 +834,6 @@ else
print "</tr>\n";
$i++;
}
print_barre_liste('', $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, '', 0, '', 'paginationatbottom', $limit);
$db->free($resql);