Qual: Removed deprecated property

This commit is contained in:
Laurent Destailleur 2010-09-29 17:27:07 +00:00
parent c0bf8e7279
commit 84d1c6c3ec
2 changed files with 1 additions and 3 deletions

View File

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

View File

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