correction de la doc
This commit is contained in:
parent
01db7f0715
commit
24eec4e076
1 changed files with 13 additions and 13 deletions
|
@ -239,7 +239,7 @@ mais aussi de faire la mise à jour de l'affichage d'un bloc ajax dans la page a
|
||||||
$fonction = charger_fonction('envoyer_gamumail','inc');
|
$fonction = charger_fonction('envoyer_gamumail','inc');
|
||||||
$options = [
|
$options = [
|
||||||
'debug' => false,
|
'debug' => false,
|
||||||
'args' => ['nb_parts' => intval(_request('nombre'))],
|
'options' => ['nb_parts' => intval(_request('nombre'))],
|
||||||
'pdfs' => [
|
'pdfs' => [
|
||||||
[
|
[
|
||||||
'fichier' => 'pdf_attestation_souscription',
|
'fichier' => 'pdf_attestation_souscription',
|
||||||
|
|
Loading…
Add table
Reference in a new issue