Ignore:
Timestamp:
2010/03/11 10:35:11 (16 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/SC_CustomerList.php

    r18562 r18609  
    3131    function SC_CustomerList($array, $mode = '') { 
    3232        parent::SC_SelectSql($array); 
    33  
     33         
    3434        $masterData = new SC_DB_MasterData_Ex(); 
    3535        $arrMobileDomain = $masterData->getMasterData("mtb_mobile_domain"); 
    36  
     36         
    3737        $objDb = new SC_Helper_DB_Ex(); 
    3838 
     
    4545 
    4646        if($mode == "customer") { 
    47             // 管理者ページ顧客検索の場合仮登録会員も検索 
     47            // 管理機能顧客検索の場合仮登録会員も検索 
    4848            //$this->setWhere( "(status = 1 OR status = 2) AND del_flg = 0 "); 
    4949            $this->setWhere( " del_flg = 0 "); 
     
    165165        // E-MAIL(mobile) 
    166166        if (!isset($this->arrSql['email_mobile'])) $this->arrSql['email_mobile'] = ""; 
    167  
     167         
    168168        if (strlen($this->arrSql['email_mobile']) > 0) { 
    169169            //カンマ区切りで複数の条件指定可能に 
     
    353353            } 
    354354        } 
     355 
    355356        $this->setOrder( "customer_id DESC" ); 
    356357    } 
Note: See TracChangeset for help on using the changeset viewer.