This commit is contained in:
Christophe 2021-04-26 15:15:15 +02:00
commit af82b089bf

View file

@ -13,7 +13,7 @@ if (!defined('_ECRIRE_INC_VERSION')){
* @return void * @return void
*/ */
function inc_comptespip_mail_inscription_dist(int $id_auteur, array $options = []) :void{ function inc_comptespip_mail_inscription_dist(int $id_auteur, array $options = []) :void{
$options['debug'] = true; //$options['debug'] = true;
if (test_plugin_actif('gamumail') and sql_countsel('spip_gamumails', 'slug="mail_inscription"')) { if (test_plugin_actif('gamumail') and sql_countsel('spip_gamumails', 'slug="mail_inscription"')) {
$envoyer_gamumail = charger_fonction('envoyer_gamumail', 'inc'); $envoyer_gamumail = charger_fonction('envoyer_gamumail', 'inc');