Ignore:
Timestamp:
2007/05/22 21:17:51 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13294 r13299  
    1717if($_GET['mode'] == 'now') { 
    1818    //----¡¡Ì¤Á÷¿®¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 
    19     $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" ); 
     19    //$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    $time_data = $conn->getAll( "SELECT send_id FROM dtb_send_history  WHERE  del_flg = 0 ORDER BY send_id ASC, start_date ASC" ); 
    2021} else { 
    2122     
     
    155156            // ´°Î»¤ò1¤³Áý¤ä¤¹ 
    156157            $sql = "UPDATE dtb_send_history SET complete_count = complete_count + 1 WHERE send_id = ?"; 
    157             $conn->query( $sql, array($mail_data[$i][0]["send_id"]) ); 
     158            $conn->query( $sql, array($mail_data[$i][0]["send_id"])); 
    158159        } 
    159160 
Note: See TracChangeset for help on using the changeset viewer.