From 152c27139f4ac3604ebf48de6957080931975d4d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 24 Mar 2019 14:54:04 +0100 Subject: [PATCH] Doc --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index b67d92860d0..3367b9bae57 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -1410,7 +1410,7 @@ function dol_banner_tab($object, $paramid, $morehtml = '', $shownav = 1, $fieldi { $heightforphotref=70; if (! empty($conf->dol_optimize_smallscreen)) $heightforphotref=60; - // Si fichier png PDF d'1 page trouve + // If the preview file is found if (file_exists($fileimage)) { $phototoshow = '
';