Changeset 11750 for branches/dev
- Timestamp:
- 2007/03/12 10:44:24 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/index.php
r11749 r11750 165 165 $objQuery->setorder("customer_id DESC"); 166 166 167 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 167 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 168 168 $is_mobile = false; 169 169 switch($_POST['mail_type']) { … … 178 178 break; 179 179 } 180 $col = "dtb_customer.customer_id, 181 dtb_customer.name01, 182 dtb_customer.name02, 183 dtb_customer.kana01, 184 dtb_customer.kana02, 185 dtb_customer.sex, 186 $email_column, 187 dtb_customer.tel01, 188 dtb_customer.tel02, 189 dtb_customer.tel03, 190 dtb_customer.pref, 191 dtb_customer.mailmaga_flg"; 192 180 193 $col = $objSelect->getListMailMagazine($is_mobile); 181 194 $objPage->arrResults = $objQuery->select($col, $from, $where, $arrval); 182 sfprintr($where);183 195 //¸½ºß»þ¹ï¤Î¼èÆÀ 184 196 $objPage->arrNowDate = lfGetNowDate();
Note: See TracChangeset
for help on using the changeset viewer.
