|
|
|
@ -9,12 +9,12 @@ if (!defined("_ECRIRE_INC_VERSION")) return;
|
|
|
|
|
**/ |
|
|
|
|
function formidable_participation_dest_formidable_traiter_email_destinataires($flux) { |
|
|
|
|
include_spip('inc/saisies'); |
|
|
|
|
include_spip('formidable_fonctions'); |
|
|
|
|
include_spip('inc/formidableparticipation'); |
|
|
|
|
$saisies = unserialize($flux['args']['formulaire']['saisies']); |
|
|
|
|
$traitements = unserialize($flux['args']['formulaire']['traitements']); |
|
|
|
|
$saisies = formidable_deserialize($flux['args']['formulaire']['saisies']); |
|
|
|
|
$traitements = formidable_deserialize($flux['args']['formulaire']['traitements']); |
|
|
|
|
$saisies = $flux['args']['saisies']; |
|
|
|
|
$traitements = $flux['args']['traitements']; |
|
|
|
|
$config_participation = $traitements['participation']; |
|
|
|
|
$config_participation = $traitements['participation'] ?? []; |
|
|
|
|
if (!$config_participation) { |
|
|
|
|
return $flux; |
|
|
|
|