Changeset 4794 for temp


Ignore:
Timestamp:
2006/09/15 13:19:50 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4793 r4794  
    162162    } 
    163163     
    164     sfprintr($objPage->arrClassCat); 
    165      
    166164    // ¾¦ÉÊ̾¤ò¼èÆÀ 
    167165    $objQuery = new SC_Query(); 
     
    246244     
    247245    $arrList =  $objQuery->getAll($sql, array($product_id, $product_id)); 
    248          
     246     
     247    $objQuery->getlastquery(); 
     248     
    249249    $objPage->arrForm["class_id1"] = $arrList[0]['class_id1']; 
    250250    $objPage->arrForm["class_id2"] = $arrList[0]['class_id2']; 
Note: See TracChangeset for help on using the changeset viewer.