Code comment
This commit is contained in:
parent
f9dc628f0b
commit
747719b3e8
@ -90,6 +90,7 @@ foreach($filearray as $keyf => $valf)
|
|||||||
{
|
{
|
||||||
print 'Process image for ref '.$ref.' : '.$vali['name']."\n";
|
print 'Process image for ref '.$ref.' : '.$vali['name']."\n";
|
||||||
|
|
||||||
|
// Create small thumbs for image
|
||||||
// Used on logon for example
|
// Used on logon for example
|
||||||
$imgThumbSmall = vignette($vali['fullname'], $maxwidthsmall, $maxheightsmall, '_small', 50, "thumbs");
|
$imgThumbSmall = vignette($vali['fullname'], $maxwidthsmall, $maxheightsmall, '_small', 50, "thumbs");
|
||||||
if (preg_match('/Error/', $imgThumbSmall)) print $imgThumbSmall."\n";
|
if (preg_match('/Error/', $imgThumbSmall)) print $imgThumbSmall."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user