This is a discussion on 'On the Fly' Auto Thumbnailer using GD Library within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; in the File includes/functions/html_output.php in the function tep_image there is a check if the image size should be calculated: // ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| in the File includes/functions/html_output.php in the function tep_image there is a check if the image size should be calculated: // Do we calculate the image size? if (CONFIG_CALCULATE_IMAGE_SIZE [...] ) This check is incorrect because in the admininterface the CONFIG_CALCULATE_IMAGE_SIZE is set to "true" or "false"(both strings!) and therefor this part of the check is everytime valid! it should read: if(CONFIG_CALCULATE_IMAGE_SIZE == "true" [...] More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 09-26-2007 06:11 PM |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 09-08-2007 08:14 AM |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 09-07-2007 09:23 PM |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 08-22-2007 12:24 PM |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 03-12-2007 09:12 PM |