Changeset 12135


Ignore:
Timestamp:
2007/04/12 14:58:06 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mypage/change.php

    r11613 r12135  
    142142     
    143143        //¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    144         $objPage->arrErr = lfErrorCheck($objPage->arrForm); 
     144        $objPage->arrErr = lfErrorCheck($arrForm); 
    145145        $email_flag = true; 
    146         if($objPage->arrForm['email'] != $objCustomer->getValue('email')) { 
     146        if($arrForm['email'] != $objCustomer->getValue('email')) { 
    147147            //¥á¡¼¥ë¥¢¥É¥ì¥¹¤Î½ÅÊ£¥Á¥§¥Ã¥¯ 
    148             $email_cnt = $objQuery->count("dtb_customer","del_flg=0 AND email=?", array($objPage->arrForm['email'])); 
     148            $email_cnt = $objQuery->count("dtb_customer","del_flg=0 AND email=?", array($arrForm['email'])); 
    149149            if ($email_cnt > 0){ 
    150150                $email_flag = false; 
Note: See TracChangeset for help on using the changeset viewer.