Index: branches/dev/html/mobile/shopping/nonmember.php
===================================================================
--- branches/dev/html/mobile/shopping/nonmember.php	(revision 12452)
+++ branches/dev/html/mobile/shopping/nonmember.php	(revision 12455)
@@ -75,5 +75,5 @@
 
 if ($_SERVER["REQUEST_METHOD"] == "POST") {
-
+print_r($_POST);
     //-- POST¥Ç¡¼¥¿¤Î°ú¤­·Ñ¤®
     $objPage->arrForm = $_POST;
@@ -83,6 +83,5 @@
     }
     
-    $objPage->arrForm['email'] = strtolower($objPage->arrForm['email']);        // email¤Ï¤¹¤Ù¤Æ¾®Ê¸»ú¤Ç½èÍý
-    print_r($_POST);
+    //$objPage->arrForm['email'] = strtolower($objPage->arrForm['email']);        // email¤Ï¤¹¤Ù¤Æ¾®Ê¸»ú¤Ç½èÍý
     
     //-- ÆþÎÏ¥Ç¡¼¥¿¤ÎÊÑ´¹
@@ -120,10 +119,10 @@
         }
     
-
- 
-    }
    foreach($objPage->arrForm as $key => $val) {
         $objPage->$key = $val;
         }
+ 
+    }
+
 
     if ($objPage->arrErr || !empty($_POST["return"])) {     // ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯
