Changeset 6693 for temp


Ignore:
Timestamp:
2006/10/25 17:54:47 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/rss/product.php

    r6692 r6693  
    165165                ,price02_max 
    166166                ,(SELECT category_name FROM dtb_category AS cat WHERE cat.category_id = allcls.category_id) AS category_name 
     167                ,(SELECT main_large_image FROM dtb_products AS prod WHERE prod.product_id = allcls.product_id) AS main_large_image 
    167168            FROM  vw_products_allclass as allcls 
    168169            WHERE allcls.del_flg = 0 AND allcls.status = 1"; 
Note: See TracChangeset for help on using the changeset viewer.