Changeset 2141 for temp/trunk/data/class
- Timestamp:
- 2006/08/26 18:29:07 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_CustomerList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r2139 r2141 255 255 256 256 function getListMailMagazine() { 257 $this->select = "SELECT customer_id,name01,name02,kana01,kana02,sex,email,tel01,tel02,tel03,pref, mail_flag , other_data, other_flagFROM dtb_customer_mail LEFT OUTER JOIN dtb_customer USING(email)";257 $this->select = "SELECT customer_id,name01,name02,kana01,kana02,sex,email,tel01,tel02,tel03,pref, mail_flag FROM dtb_customer_mail LEFT OUTER JOIN dtb_customer USING(email)"; 258 258 return $this->getSql(0); 259 259 }
Note: See TracChangeset
for help on using the changeset viewer.
