Changeset 10810
- Timestamp:
- 2006/12/17 15:36:29 (20 years ago)
- Location:
- temp/branches/ec-cube-beta/html/admin/contents
- Files:
-
- 1 added
- 1 edited
-
campaign.php (modified) (3 diffs)
-
campaign_csv.php (added)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/admin/contents/campaign.php
r10808 r10810 6 6 */ 7 7 require_once("../require.php"); 8 require_once("./campaign_csv.php"); 8 9 9 10 //---- ǧ¾Ú²ÄÈݤÎȽÄê … … 71 72 case 'csv': 72 73 // ¥ª¥×¥·¥ç¥ó¤Î»ØÄê 73 $option = "ORDER BY $order";74 $option = "ORDER BY update_date DESC"; 74 75 75 76 // CSV½ÐÎÏ¥¿¥¤¥È¥ë¹Ô¤ÎºîÀ® … … 81 82 $arrCsvOutputTitle = $arrCsvOutput['disp_name']; 82 83 $head = sfGetCSVList($arrCsvOutputTitle); 83 $data = lfGetCSV("dtb_order", $where, $option, $arrval, $arrCsvOutputCols);84 $data = lfGetCSV("dtb_order", "campaign_id = ?", $option, array($campaign_id), $arrCsvOutputCols); 84 85 85 86 // CSV¤òÁ÷¿®¤¹¤ë¡£
Note: See TracChangeset
for help on using the changeset viewer.
