Changeset 12429
- Timestamp:
- 2007/05/10 11:48:00 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_CustomerList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CustomerList.php
r12427 r12429 202 202 if ( $mode == 'magazine' ){ 203 203 $val = ($this->arrSql['domain']); 204 //¥â¥Ð¥¤¥ë¥É¥á¥¤¥ó»ØÄê 204 205 if($val==3){ 205 206 if($this->arrSql['mail_type']==1){ 206 $this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '% @vodafone.ne.jp%'" );207 $this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%vodafone.ne.jp'" ); 207 208 }elseif($this->arrSql['mail_type']==2){ 208 209 $this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%' OR email_mobile LIKE '%@softbank.ne.jp%' OR email_mobile LIKE '%@ezweb.ne.jp%' OR email_mobile LIKE '%@vodafone.ne.jp%'" ); 209 210 } 210 211 } 212 //£Ð£Ã¥É¥á¥¤¥ó»ØÄê 211 213 if($val==2){ 212 214 if($this->arrSql['mail_type']==1){
Note: See TracChangeset
for help on using the changeset viewer.
