Changeset 12387


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

Legend:

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

    r12386 r12387  
    203203            $val = strlen($this->arrSql['domain']); 
    204204            if($val==3){ 
    205                     $sql = "SELECT * FROM dtb_customer WHERE email_mobile LIKE '%@docomo.ne.jp%'"; 
    206             } 
    207 //          $this->arrVal[] = $sql; 
     205                    $sql = "SELECT email_mobile FROM dtb_customer WHERE email_mobile LIKE '%@docomo.ne.jp%'"; 
     206            } 
     207            $this->arrVal[] = $sql; 
    208208        } 
    209209         
Note: See TracChangeset for help on using the changeset viewer.