Changeset 5251 for temp/trunk/html


Ignore:
Timestamp:
2006/09/20 14:30:04 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/product_class.php

    r5250 r5251  
    5555    $where = "product_id = ? AND NOT (classcategory_id1 = 0 AND classcategory_id2 = 0)"; 
    5656    $objQuery->setOrder("rank1 DESC, rank2 DESC"); 
    57     $arrRet = $objQuery->select("*", "vw_cross_products_class", $where, array($_POST['product_id'])); 
     57    $arrRet = $objQuery->select("*", "vw_cross_products_class AS crs_prd", $where, array($_POST['product_id'])); 
    5858     
    5959    if(count($arrRet) > 0) { 
Note: See TracChangeset for help on using the changeset viewer.