Changeset 16184


Ignore:
Timestamp:
2007/09/30 12:26:52 (16 years ago)
Author:
nanasess
Message:

FIXME コメント追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/helper/SC_Helper_Mail.php

    r16182 r16184  
    212212        $col = "email, mailmaga_flg, customer_id"; 
    213213        $from = "dtb_customer"; 
     214        /* 
     215         * FIXME 会員を削除しても登録済と扱われてしまう? 
     216         */ 
    214217        $where = "email = ? AND status = 2"; 
     218        // $where = "email = ? AND status = 2 AND del_flg = 0"; 
    215219        $objQuery = new SC_Query(); 
    216220        $arrRet = $objQuery->select($col, $from, $where, array($email)); 
Note: See TracChangeset for help on using the changeset viewer.