Changeset 4875 for temp/trunk


Ignore:
Timestamp:
2006/09/17 17:40:16 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4874 r4875  
    2626     
    2727    $col = "A.*, name, price02_min, price01_min, main_list_image "; 
    28     $from = "dtb_best_products AS A INNER JOIN vw_products_allclass ON using(product_id)"; 
     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.