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

@ -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']
);