Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13477)
+++ branches/dev/html/admin/mail/index.php	(revision 13478)
@@ -425,7 +425,12 @@
 			$dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];
 			       	
-			$conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
-            print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹
-		}	
+			
+            if(DB_TYPE=="pgsql"){
+                $conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
+            }elseif(DB_TYPE=="mysql"){
+                $conn->query("dtb_send_customer", $dtb_send_customer );
+                print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹
+            }
+        }	
 	}
 }
