Changeset 12463


Ignore:
Timestamp:
2007/05/10 16:13:55 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_CustomerList.php

    r12462 r12463  
    66 */ 
    77$INC_PATH = realpath( dirname( __FILE__) ); 
    8 require_once( $INC_PATH ."/../conf/conf.php" ); 
     8require( $INC_PATH ."/../conf/conf.php" ); 
    99/*  [̾¾Î] SC_CustomerList 
    1010 *  [³µÍ×] ²ñ°÷¸¡º÷ÍÑ¥¯¥é¥¹ 
     
    203203        if ( $mode == 'magazine' ){ 
    204204            $sql_where = ""; 
     205            $arrDomainType = array( 
     206                      1 => "docomo.ne.jp", 
     207                      2 => "ezweb.ne.jp", 
     208                      3 => "softbank.ne.jp", 
     209                      4 => "vodafone.ne.jp" 
     210                  ); 
    205211            foreach($arrDomainType as $val) { 
    206212                $domain = ($this->arrSql['domain']); 
Note: See TracChangeset for help on using the changeset viewer.