Changeset 18372
- Timestamp:
- 2009/11/08 19:08:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/admin/contents/LC_Page_Admin_Contents_CsvSql.php
r18309 r18372 148 148 $i ++; 149 149 } 150 $header .= "\ r\n";150 $header .= "\n"; 151 151 152 152 $data = SC_Utils_Ex::getCSVData($arrCsvOutputData, $arrKey); … … 154 154 SC_Utils_Ex::sfCSVDownload($header.$data); 155 155 exit; 156 break;157 156 }else{ 158 157 $this->tpl_onload = "alert('出力データがありません。');";
Note: See TracChangeset
for help on using the changeset viewer.