Changeset 5260 for temp/trunk/html


Ignore:
Timestamp:
2006/09/20 14:47:06 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/products
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/products/detail.php

    r5259 r5260  
    326326        $objQuery = new SC_Query(); 
    327327        $col = "product_class_id, classcategory_id1, classcategory_id2, class_id1, class_id2, stock, stock_unlimited"; 
    328         $table = "vw_product_class"; 
     328        $table = "vw_product_class AS prdcls"; 
    329329        $where = "product_id = ?"; 
    330330        $objQuery->setorder("rank1 DESC, rank2 DESC"); 
  • temp/trunk/html/products/list.php

    r5259 r5260  
    352352        $objQuery = new SC_Query(); 
    353353        $col = "product_class_id, classcategory_id1, classcategory_id2, class_id1, class_id2, stock, stock_unlimited"; 
    354         $table = "vw_product_class AS prdcls"; 
     354        $table = "vw_product_class "; 
    355355        $where = "product_id = ?"; 
    356356        $objQuery->setorder("rank1 DESC, rank2 DESC"); 
Note: See TracChangeset for help on using the changeset viewer.