New Zenner
- Join Date:
- Apr 2007
- Location:
- Manchester, NH
- Posts:
- 52
- Plugin Contributions:
- 0
Discrepancy between z156 upgrade and full package
Hello zenners,
In comparing the download I got from zen-cart.com to upgrade a 1.5.6a site with a full 1.5.6 install accomplished through softaculous, I found there is a difference in a file set.
includes/modules/category_row.php
The upgrade assigns pixel_trans.gif string to !$categories->fields['categories_image']
And the full install assigns pixel_trans.gif string to $categories->fields['categories_image']
I'm guessing the second one is correct?