From 2fbd777fbf12d67257da7d7da2092564eed19708 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 7 Jul 2003 12:47:08 +0000 Subject: [PATCH] =?UTF-8?q?All=E9gement=20de=20code,=20suppression=20du=20?= =?UTF-8?q?chargement=20de=20la=20classe=20par=20d=E9fault=20de=20g=E9n=E9?= =?UTF-8?q?ration=20de=20propale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php3 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 1bca9c2f103..8b0871e8d5e 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -128,11 +128,6 @@ if (defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE) require(DOL_DOCUMENT_ROOT ."/includes/modules/propale/".PROPALE_ADDON."/".PROPALE_ADDON.".modules.php"); } - if (defined("PROPALE_ADDON_PDF")) - { - require(DOL_DOCUMENT_ROOT ."/includes/modules/propale/pdf_".PROPALE_ADDON_PDF.".modules.php"); - } - if (! defined("PROPALE_OUTPUTDIR")) { define('PROPALE_OUTPUTDIR', DOL_DOCUMENT_ROOT . "/document/propale/");