Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12462)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12463)
@@ -6,5 +6,5 @@
  */
 $INC_PATH = realpath( dirname( __FILE__) );
-require_once( $INC_PATH ."/../conf/conf.php" );
+require( $INC_PATH ."/../conf/conf.php" );
 /*  [Ì¾¾Î] SC_CustomerList
  *  [³µÍ×] ²ñ°÷¸¡º÷ÍÑ¥¯¥é¥¹
@@ -203,4 +203,10 @@
         if ( $mode == 'magazine' ){
         	$sql_where = "";
+        	$arrDomainType = array(
+                      1 => "docomo.ne.jp",
+                      2 => "ezweb.ne.jp",
+                      3 => "softbank.ne.jp",
+                      4 => "vodafone.ne.jp"
+                  );
         	foreach($arrDomainType as $val) {
         	    $domain = ($this->arrSql['domain']);
