Changeset 12336 for branches/dev/data
- Timestamp:
- 2007/05/09 11:18:46 (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
r12316 r12336 199 199 } 200 200 201 /*//¥É¥á¥¤¥ó»ØÄê201 //¥É¥á¥¤¥ó»ØÄê 202 202 if ( $mode == 'magazine' ){ 203 203 if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) { 204 204 ¡¡¡¡¡¡¡¡¡¡¡¡ $this->setWhere("(email || email_mobile LIKE ?)" );¡¡¡¡ 205 205 } 206 $searchDomain = $this->addSearchStr($this->arrSql['domain_type']); 206 $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']); 207 $this->arrVal[] = $searchDomaintype; 207 208 if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) { 208 209 } else { 210 209 $this->setWhere("(email || email_mobile NOT LIKE ?)" ); 211 210 } 211 $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']); 212 $this->arrVal[] = $searchDomaintype; 212 213 } 213 */ 214 214 215 //¡¡HTML-mail¡ÊÇÛ¿®Êý¼°) 215 216 if ( $mode == 'magazine' ){
Note: See TracChangeset
for help on using the changeset viewer.
