Changeset 13378


Ignore:
Timestamp:
2007/05/24 21:32:50 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r13377 r13378  
    3535$count = count($time_data); 
    3636 
     37 
     38echo $count; 
     39exit; 
     40 
    3741if( $count > 0 ){ 
    3842    print("start sending <br />\n"); 
     
    5862 
    5963//----¡¡¥á¡¼¥ëÀ¸À®¤ÈÁ÷¿® 
    60 for( $i = 0; $i < count( $time_data ); $i++ ) { 
     64for( $i = 0; $i < $count; $i++ ) { 
    6165 
    6266    for( $j = 0; $j < count( $list_data[$i] ); $j ++ ) { 
Note: See TracChangeset for help on using the changeset viewer.