Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12341)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12342)
@@ -202,5 +202,9 @@
         if ( $mode == 'magazine' ){
             if ( strlen($this->arrSql['domain']) > 0) {
-¡¡¡¡¡¡¡¡¡¡¡¡    echo "²¤ÊÆ¤«";¡¡¡¡            
+¡¡¡¡¡¡¡¡¡¡¡¡    if(DB_TYPE == "pgsql"){
+				$this->setWhere( "(email || email_mobile LIKE ?)" );
+			}elseif(DB_TYPE == "mysql"){
+				$this->setWhere("concat(email,email_mobile) LIKE ?" );
+			}¡¡¡¡            
             }
         }
