Changeset 2141 for temp/trunk/data/class


Ignore:
Timestamp:
2006/08/26 18:29:07 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_CustomerList.php

    r2139 r2141  
    255255 
    256256    function getListMailMagazine() { 
    257         $this->select = "SELECT customer_id,name01,name02,kana01,kana02,sex,email,tel01,tel02,tel03,pref, mail_flag, other_data, other_flag FROM 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)"; 
    258258        return $this->getSql(0);     
    259259    } 
Note: See TracChangeset for help on using the changeset viewer.