Changeset 3641
- Timestamp:
- 2006/09/01 10:25:52 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/Smarty/templates/admin/mail/input_confirm.tpl (modified) (previous)
-
html/admin/mail/index.php (modified) (1 diff)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/index.php
r2733 r3641 248 248 } else if( $_POST['mode'] == 'regist_complete' ){ 249 249 lfRegistData($objPage->list_data); 250 header("Location: /admin/mail/sendmail.php?mode=now"); 250 //header("Location: /admin/mail/sendmail.php?mode=now"); 251 header("Location: /admin/mail/history.php"); 251 252 exit; 252 253 } -
temp/trunk/html/admin/products/index.php
r3640 r3641 216 216 217 217 $data = lfGetProductsCSV($where, $option, $arrval, $arrOutputCols); 218 219 sfprintr($head);220 218 221 219 // CSV¤òÁ÷¿®¤¹¤ë¡£ 222 //sfCSVDownload($head.$data);220 sfCSVDownload($head.$data); 223 221 exit; 224 222 break;
Note: See TracChangeset
for help on using the changeset viewer.
