Index: branches/dev/html/regist/index.php
===================================================================
--- branches/dev/html/regist/index.php	(revision 11571)
+++ branches/dev/html/regist/index.php	(revision 11588)
@@ -72,4 +72,5 @@
 //---- ÅÐÏ¿
 function lfRegistData($array) {
+	global $objQuery;
 	global $objConn;
 	global $arrInfo;
@@ -133,5 +134,5 @@
 	}
 
-	$objConn->update("dtb_customer", $arrRegistMail, "email = '" .addslashes($email). "' AND del_flg = 0");
+	$objQuery->update("dtb_customer", $arrRegistMail, "email = '" .addslashes($email). "' AND del_flg = 0");
 	$objConn->query("COMMIT");
 		
