Changeset 12386


Ignore:
Timestamp:
2007/05/09 16:27:59 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12384 r12386  
    200200 
    201201        //¥É¥á¥¤¥ó»ØÄê 
    202 //        if ( $mode == 'magazine' ){ 
    203 //          $val = $this->arrSql['domain']; 
    204 //          if($val==3){ 
    205 //                  $sql = "SELECT email_mobile FROM dtb_customer WHERE email_mobile LIKE ?"; 
    206 //          } 
     202        if ( $mode == 'magazine' ){ 
     203            $val = strlen($this->arrSql['domain']); 
     204            if($val==3){ 
     205                    $sql = "SELECT * FROM dtb_customer WHERE email_mobile LIKE '%@docomo.ne.jp%'"; 
     206            } 
    207207//          $this->arrVal[] = $sql; 
    208 //        } 
     208        } 
    209209         
    210210         
Note: See TracChangeset for help on using the changeset viewer.