Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12356)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12357)
@@ -200,6 +200,17 @@
 
 		//¥É¥á¥¤¥ó»ØÄê
-        ¡¡¡¡            
-
+/*        if ( $mode == 'magazine' ){
+            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) {
+¡¡¡¡¡¡¡¡¡¡¡¡    $this->setWhere("(email || email_mobile LIKE ?)" );¡¡¡¡
+			}
+            $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']);
+            $this->arrVal[] = $searchDomaintype;
+			if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) {
+                $this->setWhere("(email || email_mobile NOT LIKE ?)" );
+            }
+            $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']);
+            $this->arrVal[] = $searchDomaintype;
+        }
+*/
 		//¡¡HTML-mail¡ÊÇÛ¿®Êý¼°)
 		if ( $mode == 'magazine' ){
