on renomme

This commit is contained in:
Christophe 2022-09-27 18:15:23 +02:00
parent ce238e0fed
commit 738688516d

View file

@ -31,7 +31,7 @@ function action_pdf_gamutable_dist() {
if (find_in_path('gamutable_pdf/' . $fichierpdf . '.html')) {
$set = ['arg' => $arg];
if (!empty($Tcles)) {
$set = array_merge($set, ['ids' => implode(',', $Tcles)]);
$set = array_merge($set, ['Lids' => implode(',', $Tcles)]);
}
$fond = recuperer_fond('gamutable_pdf/' . $fichierpdf, $set);