Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12527)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12528)
@@ -225,18 +225,4 @@
         		    	        }
         		    	        break;
-        		    	    default:
-        		    	        $sql_where ="";
-//	        		    if($this->arrSql['mail_type'] == 1 ){
-//	            	        if($sql_where == "") {
-//        		    		$sql_where .= "dtb_customer.email NOT ILIKE ? ";
-//        		    	    } else {
-//            	            $sql_where .= "AND dtb_customer.email NOT LIKE ? " ;
-//        		    	    }
-//	        	    	} else {
-//	        		        if($sql_where == "") {
-//        		    		$sql_where .= "dtb_customer.email_mobile NOT ILIKE ? ";
-//        		    	    } else {
-//            	            $sql_where .= "AND dtb_customer.email_mobile NOT LIKE ? " ;
-//        		    	    }
 	        		    }
 		        	    $searchDomain = $this->addSearchStr($val);
