Changeset 2021 for temp


Ignore:
Timestamp:
2006/08/26 10:31:05 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r2020 r2021  
    118118function lfProductClassPage() { 
    119119    global $objPage; 
     120    sfprintr($_POST); 
    120121    $objPage->arrHidden = $_POST; 
    121122    $objPage->arrHidden['select_class_id1'] = ""; 
     
    194195    $col.= "product_class_id, product_id, T1_classcategory_id AS classcategory_id1, T2_classcategory_id AS classcategory_id2, "; 
    195196    $col.= "product_code, stock, stock_unlimited, sale_limit, price01, price02, status"; 
    196     $col.= " ,(SELECT name FROM dtb_products AS prd WHERE prd.product_id = T3.product_id) as product_name"; 
    197197     
    198198    $sql = "SELECT $col FROM "; 
     
    208208     
    209209    $arrList =  $objQuery->getAll($sql, array($product_id, $product_id)); 
    210      
    211     sfprintr($arrList); 
    212 //      $objQuery->getlastquery(true); 
    213  
    214      
     210         
    215211    $objPage->arrForm["class_id1"] = $arrList[0]['class_id1']; 
    216212    $objPage->arrForm["class_id2"] = $arrList[0]['class_id2']; 
Note: See TracChangeset for help on using the changeset viewer.