Code comment

This commit is contained in:
Laurent Destailleur 2017-08-01 15:54:28 +02:00
parent f9dc628f0b
commit 747719b3e8

View File

@ -90,6 +90,7 @@ foreach($filearray as $keyf => $valf)
{
print 'Process image for ref '.$ref.' : '.$vali['name']."\n";
// Create small thumbs for image
// Used on logon for example
$imgThumbSmall = vignette($vali['fullname'], $maxwidthsmall, $maxheightsmall, '_small', 50, "thumbs");
if (preg_match('/Error/', $imgThumbSmall)) print $imgThumbSmall."\n";