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

@ -47,7 +47,7 @@ echo_debug("quick_code_pdf",__LINE__,$f_id);
$Fiche=new fiche($cn,$f_id);
list($array,$tot_deb,$tot_cred)=$Fiche->GetRow($from_periode,$to_periode);
list($array,$tot_deb,$tot_cred)=$Fiche->get_row($from_periode,$to_periode);
// don't print empty account
if ( count($array) == 0 ) {
continue;