Code cleaning : rename class_poste to class_acc_account

This commit is contained in:
sparkyx 2007-12-20 12:53:13 +00:00
parent c79589ecac
commit f02956e5f1
15 changed files with 28 additions and 28 deletions

View file

@ -23,7 +23,7 @@
/*! \file
* \brief send the account list in PDF
*/
include_once("class_poste.php");
include_once("class_acc_account.php");
include_once("ac_common.php");
include_once("postgres.php");
include_once("class.ezpdf.php");