Index: branches/dev/html/mobile/shopping/nonmember.php
===================================================================
--- branches/dev/html/mobile/shopping/nonmember.php	(revision 12451)
+++ branches/dev/html/mobile/shopping/nonmember.php	(revision 12452)
@@ -90,5 +90,5 @@
 
     // Ìá¤ë¥Ü¥¿¥óÍÑ½èÍý
-    if (empty($_POST["return"])) {
+    if (!empty($_POST["return"])) {
         switch ($_POST["mode"]) {
         case "complete":
@@ -121,9 +121,9 @@
     
 
-    foreach($objPage->arrForm as $key => $val) {
+ 
+    }
+   foreach($objPage->arrForm as $key => $val) {
         $objPage->$key = $val;
         }
-    }
-
 
     if ($objPage->arrErr || !empty($_POST["return"])) {     // ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯
