Code Cleaning : get-> load, GetWWW ==> get_www
This commit is contained in:
parent
32e57311b7
commit
d11266d34f
43 changed files with 96 additions and 96 deletions
|
|
@ -39,7 +39,7 @@ $User->Check();
|
|||
|
||||
$Fiche=new fiche($cn,$_REQUEST['f_id']);
|
||||
$Fiche->getName();
|
||||
list($array,$tot_deb,$tot_cred)=$Fiche->GetRow(
|
||||
list($array,$tot_deb,$tot_cred)=$Fiche->get_row(
|
||||
$_POST['from_periode'],
|
||||
$_POST['to_periode']
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue