Changeset 12517


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

Legend:

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

    r12507 r12517  
    202202        //¥É¥á¥¤¥ó»ØÄê 
    203203        if ( $mode == 'magazine' ){ 
     204            global $arrDomainType; 
    204205            $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                   ); 
    211206            $domain = ($this->arrSql['domain']); 
    212207            //¥É¥á¥¤¥ó»ØÄê»þ 
     
    231226                        $this->arrVal[] = $searchDomain; 
    232227                    } 
     228                    $this->setWhere($sql_where); 
    233229                } 
    234230                //¥â¥Ð¥¤¥ë¥É¥á¥¤¥ó 
     
    251247                        $this->arrVal[] = $searchDomain; 
    252248                    } 
     249                    $this->setWhereOR($sql_where); 
    253250                } 
    254                         print_r($searchDomain); 
    255             } 
    256             $this->setWhere($sql_where); 
     251            }   
    257252        }   
    258253print_r($this->arrSql); 
Note: See TracChangeset for help on using the changeset viewer.