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

View File

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