Changeset 4873 for temp


Ignore:
Timestamp:
2006/09/17 17:39:21 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/frontparts/bloc/best5.php

    r4872 r4873  
    2525    $objQuery = new SC_Query(); 
    2626     
    27     $col = "A.*, B.name, B.price02_min, B.price01_min, B.main_list_image "; 
    28     $from = "dtb_best_products AS A INNER JOIN vw_products_allclass AS B ON A.product_id = B.product_id"; 
     27    $col = "A.*, name, price02_min, price01_min, main_list_image "; 
     28    $from = "dtb_best_products AS A INNER JOIN vw_products_allclass using(product_id)"; 
    2929    $where = "status = 1"; 
    3030    $order = "rank"; 
Note: See TracChangeset for help on using the changeset viewer.