Ignore:
Timestamp:
2007/09/30 08:21:08 (16 years ago)
Author:
nanasess
Message:

typo fix

File:
1 edited

Legend:

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

    r16181 r16182  
    216216        $arrRet = $objQuery->select($col, $from, $where, array($email)); 
    217217        // 会員のメールアドレスが登録されている 
    218         if(empty($arrRet[0]['customer_id'])) { 
     218        if(!empty($arrRet[0]['customer_id'])) { 
    219219            return true; 
    220220        } 
Note: See TracChangeset for help on using the changeset viewer.