Index: /branches/feature-module-update/data/class/helper/SC_Helper_Mail.php
===================================================================
--- /branches/feature-module-update/data/class/helper/SC_Helper_Mail.php	(revision 16184)
+++ /branches/feature-module-update/data/class/helper/SC_Helper_Mail.php	(revision 16185)
@@ -215,6 +215,6 @@
          * FIXME 会員を削除しても登録済と扱われてしまう？
          */
-        $where = "email = ? AND status = 2";
-        // $where = "email = ? AND status = 2 AND del_flg = 0";
+        //$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));
