Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13521)
+++ branches/dev/html/admin/mail/index.php	(revision 13569)
@@ -420,8 +420,14 @@
 			$dtb_send_customer["send_id"] = $dtb_send_history["send_id"];
 			$dtb_send_customer["email"] = $line["email"];
-			$dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];			       	
+			$dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];
+            
+            
+            
+		       	
             if(DB_TYPE=="pgsql"){
                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
             }elseif(DB_TYPE=="mysql"){
+                $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?";
+                print_r($conn->query($sql,array($dtb_send_history["send_id"])));exit; 
                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );
                 
