Changeset 13423 for branches


Ignore:
Timestamp:
2007/05/25 10:49:09 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/index.php

    r13422 r13423  
    415415//    } 
    416416     
    417 sfprintr($search_data); 
    418 exit;  
    419417    if ( is_array( $search_data ) ){ 
    420418        foreach( $search_data as $line ){ 
     
    427425                 
    428426            $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
     427 
     428sfprintr($dtb_send_customer);            
    429429        }    
    430     }    
     430    } 
     431    exit;  
    431432} 
    432433 
Note: See TracChangeset for help on using the changeset viewer.