From 99489469e2e08d3636d47faff008bd6a3abd4cdb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 26 Nov 2004 12:37:14 +0000 Subject: [PATCH] =?UTF-8?q?D=E9sactivation=20de=20l'affichage=20des=20cont?= =?UTF-8?q?rats=20temporaires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 0c655d0ecd3..1e679ced945 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -319,7 +319,7 @@ else * Derniers contrat * */ -if ($conf->contrat->enabled) +if ($conf->contrat->enabled && 0) // TODO A REFAIRE DEPUIS NOUVEAU CONTRAT { $langs->load("contracts");