diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index b0b5aa59aeb685353cc6d7a445dc4450e13e7c0b..045d1bb33a13e9aca01a4b5fa6bff5dcc767134b 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -50,7 +50,6 @@ class Adherent extends CommonObject var $civilite_id; var $prenom; var $nom; - var $fullname; var $login; var $pass; var $societe; @@ -174,7 +173,7 @@ class Adherent extends CommonObject function makeSubstitution($text) { global $langs; - + $birthday = dol_print_date($this->naiss,'day'); $msgishtml = 0; diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index fd23742d9e4fb1f3111c2ea97d38c0f8d7d81cf9..ded5232a8ef85373e98fcc54bd328c5b4dd7633a 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -47,7 +47,6 @@ class User extends CommonObject var $id=0; var $ldap_sid; var $search_sid; - var $fullname; var $nom; var $prenom; var $note;