Ignore:
Timestamp:
2012/07/06 21:55:12 (12 years ago)
Author:
yomoro
Message:

#1888

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php

    r21935 r21961  
    989989                            'main_list_comment', 'main_comment', 
    990990                            'deliv_fee', 'comment1', 'comment2', 'comment3', 
    991                             'comment4', 'comment5', 'comment6', 'main_list_comment', 
     991                            'comment4', 'comment5', 'comment6', 
    992992                            'sale_limit', 'deliv_date_id', 'maker_id', 'note'); 
    993993        $arrList = SC_Utils_Ex::arrayDefineIndexes($arrList, $checkArray); 
     
    10041004        $sqlval['comment5'] = $arrList['comment5']; 
    10051005        $sqlval['comment6'] = $arrList['comment6']; 
    1006         $sqlval['main_list_comment'] = $arrList['main_list_comment']; 
    10071006        $sqlval['deliv_date_id'] = $arrList['deliv_date_id']; 
    10081007        $sqlval['maker_id'] = $arrList['maker_id']; 
Note: See TracChangeset for help on using the changeset viewer.