From 4a23c2feb2e55fa9a1a2e2e31ad20f6d4e3a1d74 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 31 Aug 2003 22:50:15 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20l'inclusion=20du=20module=20?= =?UTF-8?q?supp=20pour=20les=20propales,=20inclusion=20d=E9sormais=20dans?= =?UTF-8?q?=20addpropal.php3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 6ac94e39596..2e8f19819ee 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -148,10 +148,6 @@ if (defined("MAIN_MODULE_FACTURE") && MAIN_MODULE_FACTURE) if (defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE) { require (DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php"); - - if (defined("PROPALE_ADDON")) - if (is_readable(DOL_DOCUMENT_ROOT ."/includes/modules/propale/".PROPALE_ADDON.".php")) - require(DOL_DOCUMENT_ROOT ."/includes/modules/propale/".PROPALE_ADDON.".php"); if (! defined("PROPALE_OUTPUTDIR")) {