Fix: Pb creation adherent dans ldap

This commit is contained in:
Laurent Destailleur 2007-08-28 17:43:47 +00:00
parent ae51d5027a
commit cecbc19e06

View File

@ -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);