On cree toujours les vignettes pour plsu d'uniformite. Ainsi on a pas a chercher si la fichier est present ou non qd il faut afficher une vignette
This commit is contained in:
parent
6d1af21c41
commit
33a4688434
@ -3072,7 +3072,7 @@ function vignette($file, $maxWidth = 160, $maxHeight = 120, $extName='_small', $
|
||||
{
|
||||
global $langs;
|
||||
|
||||
dolibarr_syslog("functions.inc::vignette file=".$file." extName=".$extName);
|
||||
dolibarr_syslog("functions.inc::vignette file=".$file." extName=".$extName." maxWidth=".$maxWidth." maxHeight=".$maxHeight." quality=".$quality);
|
||||
|
||||
// Nettoyage parametres
|
||||
$file=trim($file);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user