From 07e90696b7442335960458bee6af655e8657b00d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Sep 2009 15:50:40 +0000 Subject: [PATCH] Add log to help debug --- htdocs/master.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index 3ec860dfb26..4931742607d 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -255,7 +255,10 @@ if (! defined('NOREQUIREDB')) } } - $conf->setValues($db); // Here we read database (llx_const table) and define $conf->global->XXX var. + //dol_syslog("Will work with data into entity instance number ".$conf->entity); + + // Here we read database (llx_const table) and define $conf->global->XXX var. + $conf->setValues($db); } // If software has been locked. Only login $conf->global->MAIN_ONLY_LOGIN_ALLOWED is allowed.