Latest News: (loading..)
Issue Information
-
#000477
-
1 - Low
-
Fixed
-
2.3.2
-
2.3.3
Issue Confirmations
-
Yes (0)No (0)
This is perhaps the oldest bug of all. It concerns all 2.x releases:
Line 136 in v2.3.1 reads:
Which should be
A little "n" at the end.
Sara
Line 136 in v2.3.1 reads:
if (function_exists('imagecreate') && tep_not_null($banner_extensio)) {
Which should be
if (function_exists('imagecreate') && tep_not_null($banner_extension)) {
A little "n" at the end.
Sara
changed severity to: 1 - Low,
changed status to: Fixed,
changed fixed-in version to: 2.3.3
Sara, thanks for the report!
Gary, thanks for the fix! This has been merged to:
https://github.com/osCommerce/oscommerce2/commit/b826cd535712b80deba8f83a1b2215bfe6907246
Gary, thanks for the fix! This has been merged to:
https://github.com/osCommerce/oscommerce2/commit/b826cd535712b80deba8f83a1b2215bfe6907246










