2
0
forked from Wavyzz/dolibarr

Qual: Reorganize lib functions:

All lib php files are called .lib.php
Image functions are stored in images.lib.php
This commit is contained in:
Laurent Destailleur
2008-04-05 14:18:13 +00:00
parent 3ad62bc7a1
commit 08af4cbbfe
22 changed files with 305 additions and 297 deletions

View File

@@ -18,10 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* or see http://www.gnu.org/
*
* $Id$
* $Source$
*
*/
/**
@@ -29,10 +25,10 @@
\ingroup commande
\brief Fichier contenant la classe m<>re de generation des commandes en PDF
et la classe m<>re de num<75>rotation des commandes
\version $Revision$
\version $Id$
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.inc.php');
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
require_once(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"); // requis car utilise par les classes qui heritent
require_once(DOL_DOCUMENT_ROOT.'/discount.class.php');