Changeset 6033
- Timestamp:
- Mar 24, 2008, 8:17:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/lib/db/review.php
r6026 r6033 524 524 'author' => $product['author'], 525 525 'c_review_category_id' => intval($c_review_category_id), 526 'image_small' => $product[' MediumImage']['URL'],526 'image_small' => $product['SmallImage']['URL'], 527 527 'image_medium' => $product['MediumImage']['URL'], 528 'image_large' => $product[' MediumImage']['URL'],528 'image_large' => $product['LargeImage']['URL'], 529 529 'url' => $product['DetailPageURL'], 530 530 'asin' => $product['ASIN'],
Note: See TracChangeset
for help on using the changeset viewer.