Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 11755)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 11760)
@@ -164,5 +164,12 @@
 			$this->setWhere($sql_where);
 		}
-					
+		
+		//¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ
+		if ( $mode == 'magazine' ){
+			if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) {
+				$this->setWhere( " dtb_customer.email_mobile NOT NULL  ");
+			}
+		}
+							
 		//¡¡HTML-mail
 		if ( $mode == 'magazine' ){
