This topic is locked

Aim of printing thumb size info

3/17/2009 7:03:59 AM
PHPRunner General questions
J
jacekq author

Hi,
Dealing with thumbs I've noticed the following line of code in phpfunctions.php (function CreateThumbnail($value, $size, $ext)) :

echo $width_old.'||'.$height_old.'<br>';

echo $final_width.'||'.$final_height.'<br>';


They print image sizes before and after creating a thumb. Sometimes it's important but on the other hand that printing 'damages' template structure and may frighten a customer.
What is it for?
Regards,

Jacek

J
Jane 3/17/2009

Jasek,
thank you for pointing me to this bug.

We'll fix it in the next update.