Changeset 9436 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/11/29 18:46:00 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9435 r9436  
    349349        // dtb_products_class ¤Î¥«¥é¥à¤ò¼èÆÀ 
    350350        $arrColList = sfGetColumnList("dtb_products_class", $objQuery); 
    351         unset($arrColList["product_class_id"]);  //µ¬³ÊID¤ÏÅÐÏ¿¤·¤Ê¤¤ 
     351        $arrColList_tmp = array_flip($arrColList); 
     352        unset($arrColList[$arrColList_tmp["product_class_id"]]);     //µ¬³ÊID¤ÏÅÐÏ¿¤·¤Ê¤¤ 
    352353         
    353354        sfprintr($arrColList); 
Note: See TracChangeset for help on using the changeset viewer.