From aae5ba21b0f137ffd63b3ce5c57489eb3bef5b57 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 9 Sep 2007 17:07:39 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20chemin=20non=20r=E9solu=20pendant=20la?= =?UTF-8?q?=20mise=20=E0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index a54a7b3cb10..422e4cf0d62 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -39,7 +39,7 @@ Ensemble de fonctions de base de dolibarr sous forme d'include */ -include_once(DOL_DOCUMENT_ROOT ."/includes/adodbtime/adodb-time.inc.php"); +include_once("../includes/adodbtime/adodb-time.inc.php"); /** @@ -3360,7 +3360,6 @@ function viewExcelFileContent($file_to_include='',$max_rows=0,$max_cols=0) var sheet_HTML = Array();\n"; for($sheet=0;$sheetsheets);$sheet++) { - $table_output[$sheet] .= $data->sheets[$sheet]['numCols']; $table_output[$sheet] .= "";