From 470a0b3b828eda9749647a9a055f115bd31e7120 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 7 May 2006 08:51:28 +0000 Subject: [PATCH] Utilisation conf->global --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index 3310f5be923..b481767cdf7 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -200,7 +200,7 @@ print ''; * Dolibarr Work Board */ -if (MAIN_SHOW_WORKBOARD == 1) +if ($conf->global->MAIN_SHOW_WORKBOARD == 1) { print '';