Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12520)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12521)
@@ -216,9 +216,9 @@
             	            $sql_where .= "AND dtb_customer.email NOT LIKE ? " ;
         		    	    }
-	        	    	} elseif($this->arrSql['mail_type'] == 2) {
+	        	    	} else {
 	        		        if($sql_where == "") {
         		    		$sql_where .= "dtb_customer.email_mobile NOT ILIKE ? ";
         		    	    } else {
-            	            $sql_where .= "AND dtb_customer.email _mobile NOT LIKE ? " ;
+            	            $sql_where .= "AND dtb_customer.email_mobile NOT LIKE ? " ;
         		    	    }
 	        		    }
@@ -241,5 +241,5 @@
         		    		$sql_where .= "dtb_customer.email_mobile ILIKE ? ";
         		    	    } else {
-            	            $sql_where .= "OR dtb_customer.email _mobile LIKE ? " ;
+            	            $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ;
         		    	    }
 	        		    }
