Code Cleaning : get-> load, GetWWW ==> get_www

This commit is contained in:
sparkyx 2007-12-21 09:07:07 +00:00
parent 32e57311b7
commit d11266d34f
43 changed files with 96 additions and 96 deletions

View file

@ -536,7 +536,7 @@ class Document
$tiers->Getbyqcode($qcode,false);
$p=$tiers->strAttribut(ATTR_DEF_ACCOUNT);
$poste=new Poste($this->db,$p);
$r=$poste->GetSolde(' true' );
$r=$poste->get_solde(' true' );
break;
case 'CUST_NAME':
$tiers=new fiche($this->db);