Changeset 12576 for branches/dev/data/class
- Timestamp:
- 2007/05/11 19:33:12 (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
r12531 r12576 195 195 //¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ 196 196 if ( $mode == 'magazine' ){ 197 if ( strlen($this->arrSql[' mail_type']) > 0 && $this->arrSql['mail_type'] == 2) {197 if ( strlen($this->arrSql['regist_type']) > 0 && $this->arrSql['regist_type'] == 2) { 198 198 $this->setWhere( " dtb_customer.email_mobile <> '' "); 199 199 }
Note: See TracChangeset
for help on using the changeset viewer.
