Ignore:
Timestamp:
2010/11/07 06:37:58 (16 years ago)
Author:
Seasoft
Message:

#793(非推奨機能の削除)

  • 管理機能「メルマガ管理 - 配信内容設定」が動くように修正。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_CustomerList.php

    r18853 r19628  
    335335        } 
    336336 
    337         // キャンペーン 
    338         if (!isset($this->arrSql['campaign_id'])) $this->arrSql['campaign_id'] = ""; 
    339         if ( is_numeric( $this->arrSql['campaign_id'] ) ) { 
    340             $this->setWhere( " customer_id IN (SELECT distinct customer_id FROM dtb_campaign_order WHERE campaign_id = ?)" ); 
    341             $this->arrVal[] = $this->arrSql['campaign_id']; 
    342         } 
    343  
    344337        // 会員状態 
    345338        if (!isset($this->arrSql['status'])) $this->arrSql['status'] = ""; 
Note: See TracChangeset for help on using the changeset viewer.