From 5e7c4417b5658fabc3a4bc0761d22df152e88f6b Mon Sep 17 00:00:00 2001 From: jlb Date: Fri, 12 Sep 2003 11:47:48 +0000 Subject: [PATCH] bugfix dans l'utilisation de constantes --- htdocs/adherents/adherent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/adherent.class.php b/htdocs/adherents/adherent.class.php index 949f83d8d6a..f4da927063a 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -1078,7 +1078,7 @@ class Adherent { if ($listes==''){ $lists=explode(',',ADHERENT_MAILMAN_LISTS); - if (defined("ADHERENT_MAILMAN_LISTS_cotisant") && ADHERENT_MAILMAN_LISTS !=''){ + if (defined("ADHERENT_MAILMAN_LISTS_COTISANT") && ADHERENT_MAILMAN_LISTS_COTISANT !=''){ $lists=array_merge ($lists,explode(',',ADHERENT_MAILMAN_LISTS_COTISANT)); } }else{