Changeset 9579 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/11/30 10:32:45 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9576 r9579  
    352352            $arrColList = sfGetColumnList("dtb_products_class", $objQuery); 
    353353            $arrColList_tmp = array_flip($arrColList); 
    354              
     354 
    355355            // ¥³¥Ô¡¼¤·¤Ê¤¤Îó 
    356356            unset($arrColList[$arrColList_tmp["product_class_id"]]);     //µ¬³ÊID 
    357357            unset($arrColList[$arrColList_tmp["product_id"]]);           //¾¦ÉÊID 
    358              
     358 
    359359            $col = sfGetCommaList($arrColList); 
    360              
     360 
    361361            $objQuery->query("INSERT INTO dtb_products_class (product_id, ". $col .") SELECT ?, " . $col. " FROM dtb_products_class WHERE product_id = ? ORDER BY product_class_id", array($product_id, $_POST["copy_product_id"])); 
    362362        } 
Note: See TracChangeset for help on using the changeset viewer.