Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12374)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12375)
@@ -222,17 +222,12 @@
         	$val = $this->arrSql['domain'];
         	if($val==3){
-        			if(DB_TYPE == "pgsql"){
-				$this->setWhere( "(email || email_mobile LIKE ?)" );
-			}elseif(DB_TYPE == "mysql"){
-				$this->setWhere("concat(email,email_mobile) LIKE ?" );
-			}
-			$sql_where .= "dtb_customer.email_mobile LIKE ? ";
-			$this->setWhere($sql_where);
-			$searchDomainType = $this->addSearchStr("@docomo.ne.jp");
-			print($searchDomainType);
-        	}
+        			$sql = "SELECT email_mobile FROM dtb_customer WHERE email_mobile LIKE '%@docomo.ne.jp'";
+			}
+			$this->arrVal[] = $sql;
         }
         
-//print_r($this->arrSql);
+        
+print_r($this->arrSql);
+print_r($this->arrVal);
 		
 		//¡¡HTML-mail¡ÊÇÛ¿®Êý¼°)
