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] .= "";