Changeset 13600 for branches/dev


Ignore:
Timestamp:
2007/05/29 10:50:16 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13599 r13600  
    1818    //----¡¡Ì¤Á÷¿®¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 
    1919    $time_data = $conn->getAll( "SELECT send_id FROM dtb_send_history  WHERE complete_count = 0 AND del_flg = 0 ORDER BY send_id ASC, start_date ASC" ); 
    20 print_r($time_data);exit; 
     20print_r($time_data[0]);exit; 
    2121} else { 
    2222     
Note: See TracChangeset for help on using the changeset viewer.