Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12499)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12504)
@@ -215,5 +215,5 @@
             	if($domain == 2) {
 	            	foreach($arrDomainType as $val) { 
-	        		    if($this->arrSql['mail_type']==1 ){
+	        		    if($this->arrSql['mail_type'] == 1 ){
 	            	        if($sql_where == "") {
         		    		$sql_where .= "dtb_customer.email NOT ILIKE ? ";
@@ -221,5 +221,5 @@
             	            $sql_where .= "AND dtb_customer.email NOT LIKE ? " ;
         		    	    }
-	        	    	}elseif($this->arrSql['mail_type']==2){
+	        	    	}elseif($this->arrSql['mail_type'] == 2 ){
 	        		        if($sql_where == "") {
         		    		$sql_where .= "dtb_customer.email_mobile NOT ILIKE ? ";
@@ -235,5 +235,5 @@
             	if($domain == 3) {
 	            	foreach($arrDomainType as $val) { 
-	        		    if($this->arrSql['mail_type']==1 ){
+	        		    if($this->arrSql['mail_type'] == 1 ){
 	            	        if($sql_where == "") {
         		    		$sql_where .= "dtb_customer.email ILIKE ? ";
@@ -241,5 +241,5 @@
             	            $sql_where .= "OR dtb_customer.email LIKE ? " ;
         		    	    }
-	        	    	}elseif($this->arrSql['mail_type']==2){
+	        	    	}elseif($this->arrSql['mail_type'] == 2 ){
 	        		        if($sql_where == "") {
         		    		$sql_where .= "dtb_customer.email_mobile NOT ILIKE ? ";
