Changeset 13975 for branches/dev
- Timestamp:
- 2007/05/31 20:58:32 (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
r13967 r13975 192 192 $this->setWhere($sql_where); 193 193 } 194 /* 195 *2007/05/28 °ìö¡¢Ää»ß¤·¤Þ¤¹¡£196 *//¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ197 *if ( $mode == 'magazine' ){198 *if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) {199 *$this->setWhere( " dtb_customer.email_mobile <> '' ");200 *}201 *}202 */ 194 195 // 2007/05/28 °ìö¡¢Ää»ß¤·¤Þ¤¹¡£ 196 //¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ 197 if ( $mode == 'magazine' ){ 198 if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) { 199 $this->setWhere( " dtb_customer.email_mobile <> '' "); 200 } 201 } 202 203 203 if($mode == 'magazine'){ 204 204 global $arrDomainType;
Note: See TracChangeset
for help on using the changeset viewer.
