Changeset 18681


Ignore:
Timestamp:
2010/06/09 19:53:53 (14 years ago)
Author:
Seasoft
Message:

動作不具合応急処置

 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=6198&forum=11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/contents/LC_Page_Admin_Contents_CSV.php

    r18616 r18681  
    118118 
    119119        // 出力項目の取得 
    120         $arrOutput = SC_Utils_Ex::sfSwapArray($objCSV->sfgetCsvOutput($subno_csv, 'status = 1')); 
     120        $arrOutput = SC_Utils_Ex::sfSwapArray($objCSV->sfgetCsvOutput($subno_id, 'status = 1')); 
    121121        $arrOutput = SC_Utils_Ex::sfarrCombine($arrOutput['no'], $arrOutput['disp_name']); 
    122122 
    123123        // 非出力項目の取得 
    124         $arrChoice = SC_Utils_Ex::sfSwapArray($objCSV->sfgetCsvOutput($subno_csv, 'status = 2')); 
     124        $arrChoice = SC_Utils_Ex::sfSwapArray($objCSV->sfgetCsvOutput($subno_id, 'status = 2')); 
    125125 
    126126        if (!isset($arrChoice['no'])) $arrChoice['no'] = array(); 
Note: See TracChangeset for help on using the changeset viewer.