Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 13977)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 13980)
@@ -164,5 +164,4 @@
 			}
 			$this->setWhere($sql_where);
-			$this->setWhere("mailmaga_flg = 0");
 		}
 
@@ -226,4 +225,5 @@
         	}
         	$this->setWhere($sql_where);
+        	$this->setWhere("mailmaga_flg = 0");
         }
 
