Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 11637)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 11638)
@@ -169,5 +169,4 @@
 
 			$sql_where = "";
-			
 			foreach($this->arrSql['email'] as $val) {
 				$val = trim($val);
@@ -205,4 +204,6 @@
 				}
 			}
+			
+sfpinrtr($sql_where);			
 			$this->setWhere($sql_where);
 		}
