Changeset 11754


Ignore:
Timestamp:
2007/03/12 10:48:11 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/index.php

    r11752 r11754  
    178178                break; 
    179179        } 
    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         
     181        $col = $objSelect->getMailMagazineColumn($is_mobile); 
    193182        $objPage->arrResults = $objQuery->select($col, $from, $where, $arrval); 
    194183        //¸½ºß»þ¹ï¤Î¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.