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