Qual: Removed deprecated property
This commit is contained in:
parent
c0bf8e7279
commit
84d1c6c3ec
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user