Changeset 13392


Ignore:
Timestamp:
2007/05/24 22:02:23 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r13391 r13392  
    6363for( $i = 0; $i < $count; $i++ ) { 
    6464 
    65     for( $j = 0; $j < count( $list_data[$i] ); $j ++ ) { 
    6665print($count); 
    6766print_r($list_data[$i]); 
    6867exit; 
     68     
     69    for( $j = 0; $j < count( $list_data[$i] ); $j ++ ) { 
     70 
    6971        $customerName = ""; 
    7072        $mailBody = ""; 
Note: See TracChangeset for help on using the changeset viewer.