Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12302)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12316)
@@ -202,9 +202,12 @@
         if ( $mode == 'magazine' ){
             if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) {
-¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡$this->setWhere( "dtb_customer.email_mobile <> ''  " );
-			} else {
-				$this->setWhere( "dtb_customer.mobile <> ''  " );
-			}
+¡¡¡¡¡¡¡¡¡¡¡¡    $this->setWhere("(email || email_mobile LIKE ?)" );¡¡¡¡
+			}
+            $searchDomain = $this->addSearchStr($this->arrSql['domain_type']);
 			if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) {
+
+            } else {
+
+            }
         }
 */
