Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 11627)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 11634)
@@ -175,17 +175,18 @@
 					
 					if($sql_where == "") {
-						$sql_where .= "(dtb_customer.email NOT ILIKE ? OR dtb_customer.email_maile NOT ILIKE ?) ";
+						$sql_where .= "(dtb_customer.email NOT ILIKE ? OR dtb_customer.email_mobile NOT ILIKE ?) ";
 					} else {
-						$sql_where .= "AND (dtb_customer.email NOT ILIKE ? OR dtb_customer.email_maile NOT ILIKE ?) ";
+						$sql_where .= "AND (dtb_customer.email NOT ILIKE ? OR dtb_customer.email_mobile NOT ILIKE ?) ";
 					}
 					
 				} else {				
 					if($sql_where == "") {
-						$sql_where .= "(dtb_customer.email ILIKE ? OR dtb_customer.email_maile ILIKE ?) ";
+						$sql_where .= "(dtb_customer.email ILIKE ? OR dtb_customer.email_mobile ILIKE ?) ";
 					} else {
-						$sql_where .= "OR (dtb_customer.email ILIKE ? OR dtb_customer.email_maile ILIKE ?)  ";
+						$sql_where .= "OR (dtb_customer.email ILIKE ? OR dtb_customer.email_mobile ILIKE ?)  ";
 					}
 				}
 				$searchEmail = $this->addSearchStr($val);
+				$this->arrVal[] = $searchEmail;
 				$this->arrVal[] = $searchEmail;
 			}
