Changeset 16185


Ignore:
Timestamp:
2007/09/30 12:37:34 (17 years ago)
Author:
nanasess
Message:

FIXME コメントの箇所を修正

File:
1 edited

Legend:

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

    r16184 r16185  
    215215         * FIXME 会員を削除しても登録済と扱われてしまう? 
    216216         */ 
    217         $where = "email = ? AND status = 2"; 
    218         // $where = "email = ? AND status = 2 AND del_flg = 0"; 
     217        //$where = "email = ? AND status = 2"; 
     218        $where = "email = ? AND status = 2 AND del_flg = 0"; 
    219219        $objQuery = new SC_Query(); 
    220220        $arrRet = $objQuery->select($col, $from, $where, array($email)); 
Note: See TracChangeset for help on using the changeset viewer.