Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 11760)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 11762)
@@ -168,5 +168,5 @@
 		if ( $mode == 'magazine' ){
 			if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) {
-				$this->setWhere( " dtb_customer.email_mobile NOT NULL  ");
+				$this->setWhere( " dtb_customer.email_mobile <> ''  ");
 			}
 		}
