Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12339)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12340)
@@ -200,22 +200,11 @@
 
 		//¥É¥á¥¤¥ó»ØÄê
-/*        if ( $mode == 'magazine' ){
-            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) {
+        if ( $mode == 'magazine' ){
+            if ( strlen($this->arrSql['domain']) > 0) {
 ¡¡¡¡¡¡¡¡¡¡¡¡    if(DB_TYPE == "pgsql"){
 				$this->setWhere( "(email || email_mobile LIKE ?)" );
 			}elseif(DB_TYPE == "mysql"){
 				$this->setWhere("concat(email,email_mobile) LIKE ?" );
-			}¡¡¡¡
-            $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']);
-            $this->arrVal[] = $searchDomaintype;
-            }
-			if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) {
-            if(DB_TYPE == "pgsql"){
-				$this->setWhere( "(email || email_mobile LIKE ?)" );
-			}elseif(DB_TYPE == "mysql"){
-				$this->setWhere("concat(email,email_mobile) LIKE ?" );
-            }
-            $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']);
-            $this->arrVal[] = $searchDomaintype;
+			}¡¡¡¡            
             }
         }
