Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12369)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12370)
@@ -222,9 +222,9 @@
         	$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 ?" );
-//			}
+        			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);
@@ -234,5 +234,4 @@
         
 //print_r($this->arrSql);
-        }
 		
 		//¡¡HTML-mail¡ÊÇÛ¿®Êý¼°)
