Changeset 4847 for temp/trunk/html/admin
- Timestamp:
- 2006/09/17 13:57:36 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/index.php
r4846 r4847 135 135 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 136 136 $objQuery = new SC_Query(); 137 $from = "dtb_customer_mail as mail LEFT OUTER JOIN dtb_customer as cusUSING(email)";137 $from = "dtb_customer_mail LEFT OUTER JOIN dtb_customer USING(email)"; 138 138 139 139 // ¹Ô¿ô¤Î¼èÆÀ … … 151 151 $objQuery->setorder("customer_id DESC"); 152 152 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 153 $col = "cus.customer_id,cus.name01,cus.name02,cus.kana01,cus.kana02,cus.sex,cus.email,cus.tel01,cus.tel02,cus.tel03,cus.pref,mail.mail_flag"; 153 $col = "dtb_customer.customer_id, 154 dtb_customer.name01, 155 dtb_customer.name02, 156 dtb_customer.kana01, 157 dtb_customer.kana02, 158 dtb_customer.sex, 159 dtb_customer.email, 160 dtb_customer.tel01, 161 dtb_customer.tel02, 162 dtb_customer.tel03, 163 dtb_customer.pref, 164 dtb_customer_mail.mail_flag"; 154 165 $objPage->arrResults = $objQuery->select($col, $from, $where, $arrval); 155 166
Note: See TracChangeset
for help on using the changeset viewer.
