Skip to content
Snippets Groups Projects
Commit 747719b3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Code comment

parent f9dc628f
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment