Changeset 13477


Ignore:
Timestamp:
2007/05/28 10:15:35 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13476 r13477  
    424424            $dtb_send_customer["email"] = $line["email"]; 
    425425            $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 
    426              
     426                     
     427            $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
    427428            print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹ 
    428                  
    429             $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
    430  
    431429        }    
    432430    } 
Note: See TracChangeset for help on using the changeset viewer.