Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12359)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12360)
@@ -201,22 +201,22 @@
 		//¥É¥á¥¤¥ó»ØÄê
         if ( $mode == 'magazine' ){
-            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) {
-¡¡¡¡¡¡¡¡¡¡¡¡    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;
-        	}
+//            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) {
+//¡¡¡¡¡¡¡¡¡¡¡¡    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;
+//        	}
         }
 		
