Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12491)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12492)
@@ -214,7 +214,7 @@
         	    if($domain==3){
         		    if($this->arrSql['mail_type']==1){
-            	        $sql_where .= "dtb_customer.email LIKE ? " ;
+            	        $sql_where .= "OR dtb_customer.email LIKE ? " ;
         	    }elseif($this->arrSql['mail_type']==2){
-        		        $sql_where .= "dtb_customer.email_mobile LIKE ? " ;
+        		        $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ;
         	        }
         	    }
@@ -222,7 +222,7 @@
         	    if($domain==2){
         		    if($this->arrSql['mail_type']==1){
-            	        $sql_where .= "email NOT LIKE ? " ;
+            	        $sql_where .= "AND email NOT LIKE ? " ;
         	    }elseif($this->arrSql['mail_type']==2){
-        		        $sql_where .= "email_mobile NOT LIKE ? " ;
+        		        $sql_where .= "AND email_mobile NOT LIKE ? " ;
         	        }
         	    }
