Changeset 21336 for branches/version-2_11-dev/data/class/SC_Product.php
- Timestamp:
- 2011/11/15 13:16:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/SC_Product.php
r21328 r21336 203 203 if (strlen($objQuery->order) === 0) { 204 204 $arrTmp = array(); 205 foreach($arrProductId as $product_id) {205 foreach ($arrProductId as $product_id) { 206 206 $arrTmp[$product_id] = $arrProducts[$product_id]; 207 207 }
Note: See TracChangeset
for help on using the changeset viewer.
