From 0dc74aced7689cbe213d7c55c2e3650961c7248b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Sep 2009 15:52:08 +0000 Subject: [PATCH] Add log to help debug --- htdocs/master.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index bb2a51beab3..ddb22a32444 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -255,7 +255,7 @@ if (! defined('NOREQUIREDB')) } } - //print "Will work with data into entity instance number ".$conf->entity; + //print "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);