Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12375)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12384)
@@ -200,30 +200,11 @@
 
 		//¥É¥á¥¤¥ó»ØÄê
-        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;
-//        	}
-
-        	$val = $this->arrSql['domain'];
-        	if($val==3){
-        			$sql = "SELECT email_mobile FROM dtb_customer WHERE email_mobile LIKE '%@docomo.ne.jp'";
-			}
-			$this->arrVal[] = $sql;
-        }
+//        if ( $mode == 'magazine' ){
+//        	$val = $this->arrSql['domain'];
+//        	if($val==3){
+//        			$sql = "SELECT email_mobile FROM dtb_customer WHERE email_mobile LIKE ?";
+//			}
+//			$this->arrVal[] = $sql;
+//        }
         
         
