Changeset 11747 for branches/dev/data
- Timestamp:
- 2007/03/12 10:39:22 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_CustomerList.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CustomerList.php
r11741 r11747 282 282 } 283 283 284 function getListMailMagazine() { 284 function getListMailMagazine($is_mobile = false) { 285 286 if($is_mobile == true) { 287 $email_column = "dtb_customer.email_mobile"; 288 } else { 289 $email_column = "dtb_customer.email"; 290 } 291 285 292 $this->select = " 286 293 SELECT … … 291 298 dtb_customer.kana02, 292 299 dtb_customer.sex, 293 dtb_customer.email,300 $email_column, 294 301 dtb_customer.tel01, 295 302 dtb_customer.tel02,
Note: See TracChangeset
for help on using the changeset viewer.
