Ignore:
Timestamp:
2007/03/08 15:59:54 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r17 r11611  
    106106 
    107107if($_POST['mode'] == 'delete') { 
    108     $objQuery = new SC_Query(); 
    109     $objQuery->delete("dtb_customer_mail", "email = ?", array($_POST['result_email'])); 
    110108} 
    111109 
     
    140138        // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
    141139        $objQuery = new SC_Query(); 
    142         $from = "dtb_customer_mail LEFT OUTER JOIN dtb_customer USING(email)"; 
     140        $from = "dtb_customer"; 
    143141 
    144142        // ¹Ô¿ô¤Î¼èÆÀ 
     
    167165            dtb_customer.tel03, 
    168166            dtb_customer.pref, 
    169             dtb_customer_mail.mail_flag"; 
     167            dtb_customer.mail_flag"; 
    170168        $objPage->arrResults = $objQuery->select($col, $from, $where, $arrval); 
    171169 
Note: See TracChangeset for help on using the changeset viewer.