Changeset 9441 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/11/29 19:03:13 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9440 r9441  
    352352        unset($arrColList[$arrColList_tmp["product_class_id"]]);     //µ¬³ÊID¤ÏÅÐÏ¿¤·¤Ê¤¤ 
    353353         
    354         sfprintr($arrColList); 
    355         $collist = sfGetCommaList($arrColList); 
    356          
    357         sfprintr($collist); 
     354        $col = sfGetCommaList($arrColList); 
    358355         
    359356        // ¥³¥Ô¡¼¾¦Éʤξì¹ç¤Ë¤Ïµ¬³Ê¤â¥³¥Ô¡¼¤¹¤ë 
    360         "INSERT INTO dtb_pSELECT * FROM dtb_products_class WHERE product_id = ? ORDER BY product_class_id"; 
     357        $objQuery->query("INSERT INTO dtb_products_class (". $col .") SELECT " . $col. " FROM dtb_products_class WHERE product_id = ? ORDER BY product_class_id", $product_id); 
    361358         
    362359 
Note: See TracChangeset for help on using the changeset viewer.