Changeset 12530


Ignore:
Timestamp:
2007/05/10 21:11:51 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12529 r12530  
    207207            //¥É¥á¥¤¥ó»ØÄê»þ 
    208208            if($domain == 2 || $domain == 3) { 
     209                foreach($arrDomainType as $val) { 
    209210                //PC¥É¥á¥¤¥ó 
    210                 if($domain == 2) { 
    211                     foreach($arrDomainType as $val) { 
     211                    if($domain == 2) { 
    212212                        switch($this->arrSql['mail_type']){ 
    213213                            case '1': 
     
    225225                                } 
    226226                                break; 
    227                         } 
    228                         $searchDomain = $this->addSearchStr($val); 
    229                         $this->arrVal[] = $searchDomain; 
    230                     } 
    231                     $this->setWhere($sql_where); 
    232                 } 
     227                        } 
     228                    } 
    233229                //¥â¥Ð¥¤¥ë¥É¥á¥¤¥ó 
    234                 if($domain == 3) { 
    235                     foreach($arrDomainType as $val) {  
     230                    if($domain == 3) { 
    236231                        switch($this->arrSql['mail_type']){ 
    237232                            case '1': 
     
    247242                                } else { 
    248243                                    $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ; 
    249                             } 
     244                                } 
     245                                break; 
    250246                        } 
     247                    } 
    251248                        $searchDomain = $this->addSearchStr($val); 
    252249                        $this->arrVal[] = $searchDomain; 
    253                     } 
    254                     $this->setWhere($sql_where); 
    255                 } 
     250                } 
     251                $this->setWhere($sql_where); 
    256252            }   
    257253        }   
Note: See TracChangeset for help on using the changeset viewer.