Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12493)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12497)
@@ -219,6 +219,6 @@
             	            $sql_where .= "OR dtb_customer.email LIKE ? " ;
         		    	}
-        	    }elseif($this->arrSql['mail_type']==2){
-        		        $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ;
+	        	    }elseif($this->arrSql['mail_type']==2){
+	        		       $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ;
         	        }
         	    }
@@ -232,4 +232,5 @@
         	    }
         	    $searchDomain = $this->addSearchStr($val);
+        	    $this->arrVal[] = $searchDomain;
             }
             print_r($searchDomain);
