Changeset 16182 for branches/feature-module-update
- Timestamp:
- 2007/09/30 08:21:08 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/helper/SC_Helper_Mail.php
r16181 r16182 216 216 $arrRet = $objQuery->select($col, $from, $where, array($email)); 217 217 // 会員のメールアドレスが登録されている 218 if( empty($arrRet[0]['customer_id'])) {218 if(!empty($arrRet[0]['customer_id'])) { 219 219 return true; 220 220 }
Note: See TracChangeset
for help on using the changeset viewer.