Changeset 2022 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r2021 r2022  
    118118function lfProductClassPage() { 
    119119    global $objPage; 
    120     sfprintr($_POST); 
    121120    $objPage->arrHidden = $_POST; 
    122121    $objPage->arrHidden['select_class_id1'] = ""; 
     
    130129        } 
    131130    } 
     131     
     132    // ¾¦ÉÊ̾¤ò¼èÆÀ 
     133    $objQuery = new SC_Query(); 
     134    $product_name = $objQuery->getOne("SELECT name FROM dtb_products WHERE product_id = ?", array($_POST['product_id'])); 
     135    $objPage->arrForm['product_name'] = $product_name; 
     136     
    132137} 
    133138 
Note: See TracChangeset for help on using the changeset viewer.