- Timestamp:
- 2012/03/08 00:51:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_CustomerList.php
r21607 r21608 173 173 // メルマガ受け取りの選択項目がフォームに存在する場合 174 174 if (isset($this->arrSql['search_htmlmail'])) { 175 $this->setWhere('status = 2');176 if (SC_Utils_Ex::sfIsInt($this->arrSql['search_htmlmail'])) {177 $this->setWhere('mailmaga_flg = ?');178 $this->arrVal[] = $this->arrSql['search_htmlmail'];179 } else {180 // メルマガ購読拒否は省く181 $this->setWhere('mailmaga_flg <> 3');182 }183 }175 $this->setWhere('status = 2'); 176 if (SC_Utils_Ex::sfIsInt($this->arrSql['search_htmlmail'])) { 177 $this->setWhere('mailmaga_flg = ?'); 178 $this->arrVal[] = $this->arrSql['search_htmlmail']; 179 } else { 180 // メルマガ購読拒否は省く 181 $this->setWhere('mailmaga_flg <> 3'); 182 } 183 } 184 184 } 185 185
Note: See TracChangeset
for help on using the changeset viewer.
