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 $civilite_id;
|
||||||
var $prenom;
|
var $prenom;
|
||||||
var $nom;
|
var $nom;
|
||||||
var $fullname;
|
|
||||||
var $login;
|
var $login;
|
||||||
var $pass;
|
var $pass;
|
||||||
var $societe;
|
var $societe;
|
||||||
@ -174,7 +173,7 @@ class Adherent extends CommonObject
|
|||||||
function makeSubstitution($text)
|
function makeSubstitution($text)
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
$birthday = dol_print_date($this->naiss,'day');
|
$birthday = dol_print_date($this->naiss,'day');
|
||||||
|
|
||||||
$msgishtml = 0;
|
$msgishtml = 0;
|
||||||
|
|||||||
@ -47,7 +47,6 @@ class User extends CommonObject
|
|||||||
var $id=0;
|
var $id=0;
|
||||||
var $ldap_sid;
|
var $ldap_sid;
|
||||||
var $search_sid;
|
var $search_sid;
|
||||||
var $fullname;
|
|
||||||
var $nom;
|
var $nom;
|
||||||
var $prenom;
|
var $prenom;
|
||||||
var $note;
|
var $note;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user