Changeset 11750 for branches/dev


Ignore:
Timestamp:
2007/03/12 10:44:24 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11749 r11750  
    165165        $objQuery->setorder("customer_id DESC"); 
    166166         
    167         // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
     167        // ¸¡º÷·ë²Ì¤Î¼èÆÀ            
    168168        $is_mobile = false; 
    169169        switch($_POST['mail_type']) { 
     
    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                         
    180193        $col = $objSelect->getListMailMagazine($is_mobile); 
    181194        $objPage->arrResults = $objQuery->select($col, $from, $where, $arrval); 
    182 sfprintr($where); 
    183195        //¸½ºß»þ¹ï¤Î¼èÆÀ 
    184196        $objPage->arrNowDate = lfGetNowDate(); 
Note: See TracChangeset for help on using the changeset viewer.