Changeset 13391


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

Legend:

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

    r13390 r13391  
    5858$objMail = new GC_SendMail(); 
    5959 
    60 print($count); 
    61 print_r($list_data); 
    62 exit; 
     60 
    6361 
    6462//----¡¡¥á¡¼¥ëÀ¸À®¤ÈÁ÷¿® 
     
    6664 
    6765    for( $j = 0; $j < count( $list_data[$i] ); $j ++ ) { 
    68  
     66print($count); 
     67print_r($list_data[$i]); 
     68exit; 
    6969        $customerName = ""; 
    7070        $mailBody = ""; 
Note: See TracChangeset for help on using the changeset viewer.