Merge branch 'master' of https://git.gamuza.fr/spip/comptespip
This commit is contained in:
commit
af82b089bf
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Reference in a new issue