Changeset 21382


Ignore:
Timestamp:
2011/12/31 11:47:44 (12 years ago)
Author:
fukap
Message:

#1526(typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php

    r21381 r21382  
    9090 
    9191        // おすすめ商品取得 
    92         $col = 'T1.best_id, T1.best_id, T1.category_id, T1.rank, T1.product_id, T1.title, T1.comment, T1.create_date, T1.update_date'; 
     92        $col = 'T1.best_id, T1.category_id, T1.rank, T1.product_id, T1.title, T1.comment, T1.create_date, T1.update_date'; 
    9393        $table = 'dtb_best_products as T1 INNER JOIN dtb_products as T2 ON T1.product_id = T2.product_id'; 
    9494        $where = 'T1.del_flg = 0 and T2.status = 1'; 
Note: See TracChangeset for help on using the changeset viewer.