Index: /branches/rel/data/lib/slib.php
===================================================================
--- /branches/rel/data/lib/slib.php	(revision 15337)
+++ /branches/rel/data/lib/slib.php	(revision 16229)
@@ -1913,9 +1913,9 @@
 }
 
-/* ²ñ°÷¤Î¥á¥ë¥Þ¥¬ÅÐÏ¿¤¬¤¢¤ë¤«¤É¤¦¤«¤Î¥Á¥§¥Ã¥¯(²¾²ñ°÷¤ò´Þ¤Þ¤Ê¤¤) */
+/* ²ñ°÷ÅÐÏ¿¤¬¤¢¤ë¤«¤É¤¦¤«¤Î¥Á¥§¥Ã¥¯(²¾²ñ°÷¤ò´Þ¤Þ¤Ê¤¤) */
 function sfCheckCustomerMailMaga($email) {
 	$col = "email, mailmaga_flg, customer_id";
 	$from = "dtb_customer";
-	$where = "email = ? AND status = 2";
+	$where = "email = ? AND status = 2 AND del_flg = 0";
 	$objQuery = new SC_Query();
 	$arrRet = $objQuery->select($col, $from, $where, array($email));
