Changeset 3648 for temp/trunk


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

blank

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r3639 r3648  
    300300 
    301301function sfCSVDownload($data, $prefix = ""){ 
     302     
     303    $data = trim($data); 
    302304     
    303305    if($prefix == "") { 
  • temp/trunk/html/admin/mail/index.php

    r3641 r3648  
    248248        } else if( $_POST['mode'] == 'regist_complete' ){ 
    249249            lfRegistData($objPage->list_data); 
    250             //header("Location: /admin/mail/sendmail.php?mode=now"); 
    251             header("Location: /admin/mail/history.php"); 
     250            header("Location: /admin/mail/sendmail.php?mode=now"); 
    252251            exit;            
    253252        } 
Note: See TracChangeset for help on using the changeset viewer.