Changeset 3641


Ignore:
Timestamp:
2006/09/01 10:25:52 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/mail/index.php

    r2733 r3641  
    248248        } else if( $_POST['mode'] == 'regist_complete' ){ 
    249249            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"); 
    251252            exit;            
    252253        } 
  • temp/trunk/html/admin/products/index.php

    r3640 r3641  
    216216             
    217217            $data = lfGetProductsCSV($where, $option, $arrval, $arrOutputCols); 
    218              
    219             sfprintr($head); 
    220218 
    221219            // CSV¤òÁ÷¿®¤¹¤ë¡£ 
    222 //          sfCSVDownload($head.$data); 
     220            sfCSVDownload($head.$data); 
    223221            exit; 
    224222            break; 
Note: See TracChangeset for help on using the changeset viewer.