Index: branches/dev/html/mypage/change.php
===================================================================
--- branches/dev/html/mypage/change.php	(revision 11613)
+++ branches/dev/html/mypage/change.php	(revision 12135)
@@ -142,9 +142,9 @@
 	
 		//¥¨¥é¡¼¥Á¥§¥Ã¥¯
-		$objPage->arrErr = lfErrorCheck($objPage->arrForm);
+		$objPage->arrErr = lfErrorCheck($arrForm);
 		$email_flag = true;
-		if($objPage->arrForm['email'] != $objCustomer->getValue('email')) {
+		if($arrForm['email'] != $objCustomer->getValue('email')) {
 			//¥á¡¼¥ë¥¢¥É¥ì¥¹¤Î½ÅÊ£¥Á¥§¥Ã¥¯
-			$email_cnt = $objQuery->count("dtb_customer","del_flg=0 AND email=?", array($objPage->arrForm['email']));
+			$email_cnt = $objQuery->count("dtb_customer","del_flg=0 AND email=?", array($arrForm['email']));
 			if ($email_cnt > 0){
 				$email_flag = false;
