From cecbc19e06401b10abeeee4ab9bd019465f71fd8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Aug 2007 17:43:47 +0000 Subject: [PATCH] Fix: Pb creation adherent dans ldap --- htdocs/adherents/adherent.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/adherents/adherent.class.php b/htdocs/adherents/adherent.class.php index e69dc2b6fc0..d32dc75b5b9 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -526,6 +526,8 @@ class Adherent } } + $this->fullname=trim($this->nom.' '.$this->prenom); + if (! $notrigger) { $this->use_webcal=($conf->global->PHPWEBCALENDAR_MEMBERSTATUS=='always'?1:0);