Changeset 13595


Ignore:
Timestamp:
2007/05/29 10:22:49 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13594 r13595  
    433433                $sql = "SELECT * FROM dtb_send_customer "; 
    434434                print("sendid¤Ï".$dtb_send_history["send_id"]."<br>"); 
     435                 
     436                $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 
    435437                print_r($conn->getAll($sql));exit;  
    436                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 
    437                  
    438438            } 
    439439        }    
Note: See TracChangeset for help on using the changeset viewer.