Changeset 13479 for branches/dev


Ignore:
Timestamp:
2007/05/28 10:38:43 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13478 r13479  
    421421            $dtb_send_customer = array(); 
    422422            $dtb_send_customer["customer_id"] = $line["customer_id"]; 
    423             $dtb_send_customer["send_id"] = $dtb_send_history["send_id"]; 
     423            $dtb_send_customer["send_id"] = $dtb_send_history["send_id"] + 1; 
    424424            $dtb_send_customer["email"] = $line["email"]; 
    425425            $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 
     
    429429                $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
    430430            }elseif(DB_TYPE=="mysql"){ 
    431                 $conn->query("dtb_send_customer", $dtb_send_customer ); 
    432                 print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹ 
     431                $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 
     432                 
    433433            } 
    434434        }    
Note: See TracChangeset for help on using the changeset viewer.