Changeset 10810


Ignore:
Timestamp:
2006/12/17 15:36:29 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/branches/ec-cube-beta/html/admin/contents
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/contents/campaign.php

    r10808 r10810  
    66 */ 
    77require_once("../require.php"); 
     8require_once("./campaign_csv.php"); 
    89 
    910//---- ǧ¾Ú²ÄÈݤÎȽÄê 
     
    7172    case 'csv': 
    7273        // ¥ª¥×¥·¥ç¥ó¤Î»ØÄê 
    73         $option = "ORDER BY $order"; 
     74        $option = "ORDER BY update_date DESC"; 
    7475             
    7576        // CSV½ÐÎÏ¥¿¥¤¥È¥ë¹Ô¤ÎºîÀ® 
     
    8182        $arrCsvOutputTitle = $arrCsvOutput['disp_name']; 
    8283        $head = sfGetCSVList($arrCsvOutputTitle); 
    83         $data = lfGetCSV("dtb_order", $where, $option, $arrval, $arrCsvOutputCols); 
     84        $data = lfGetCSV("dtb_order", "campaign_id = ?", $option, array($campaign_id), $arrCsvOutputCols); 
    8485             
    8586        // CSV¤òÁ÷¿®¤¹¤ë¡£ 
Note: See TracChangeset for help on using the changeset viewer.