Changeset 12431 for branches/dev/data/class
- Timestamp:
- 2007/05/10 11:54:47 (19 years ago)
- Location:
- branches/dev/data/class
- Files:
-
- 2 edited
-
SC_CustomerList.php (modified) (1 diff)
-
SC_SelectSql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CustomerList.php
r12429 r12431 207 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'" ); 208 208 }elseif($this->arrSql['mail_type']==2){ 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 $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'" ); 210 210 } 211 211 } -
branches/dev/data/class/SC_SelectSql.php
r12315 r12431 45 45 $return = sfManualEscape($val); 46 46 $return = "%" .$return. "%"; 47 return $return; 48 } 49 50 function addSearchEnd($val) { 51 $return = sfManuaiEscape($val); 52 $return = "%" .$return; 47 53 return $return; 48 54 }
Note: See TracChangeset
for help on using the changeset viewer.
