Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13481)
+++ branches/dev/html/admin/mail/index.php	(revision 13482)
@@ -412,5 +412,5 @@
     
     if(DB_TYPE == "mysql"){
-       $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
+        $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
     }
     
@@ -419,11 +419,11 @@
 		
         foreach( $search_data as $line ){
+            
             $dtb_send_customer = array();
 			$dtb_send_customer["customer_id"] = $line["customer_id"];
 			$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"];			       	
+            print_r($dtb_send_customer);
             if(DB_TYPE=="pgsql"){
                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
