Index: temp/trunk/data/class/SC_CustomerList.php
===================================================================
--- temp/trunk/data/class/SC_CustomerList.php	(revision 2158)
+++ temp/trunk/data/class/SC_CustomerList.php	(revision 2702)
@@ -28,5 +28,7 @@
 		if($mode == "magazine") {
 			$this->setWhere("(delete = 0 OR delete IS NULL)");
+			$this->setWhere("status = 2");
 			
+			/*¡¡²ñ°÷¤Î¤ßÂÐ¾Ý¤È¤¹¤ë
 			if(is_array($this->arrSql['customer'])) {
 				$tmp_where = "";
@@ -58,4 +60,5 @@
 				$this->setWhere($tmp_where);
 			}
+			*/
 			// ÅÐÏ¿Æü¤ò¼¨¤¹¥«¥é¥à
 			$regdate_col = 'dtb_customer_mail.create_date';
