Index: /branches/feature-module-update/data/class/pages/products/LC_Page_Products_Review.php
===================================================================
--- /branches/feature-module-update/data/class/pages/products/LC_Page_Products_Review.php	(revision 15532)
+++ /branches/feature-module-update/data/class/pages/products/LC_Page_Products_Review.php	(revision 15901)
@@ -14,5 +14,5 @@
  * @package Page
  * @author LOCKON CO.,LTD.
- * @version $Id$
+ * @version $Id:LC_Page_Products_Review.php 15532 2007-08-31 14:39:46Z nanasess $
  */
 class LC_Page_Products_Review extends LC_Page {
@@ -75,4 +75,6 @@
 
                                 );
+
+        if (!isset($_POST['mode'])) $_POST['mode'] = "";
         switch ($_POST['mode']){
         case 'confirm':
@@ -199,5 +201,5 @@
         foreach ($arrConvList as $key => $val) {
             // POSTされてきた値のみ変換する。
-            if(strlen(($array[$key])) > 0) {
+            if(!empty($array[$key])) {
                 $array[$key] = mb_convert_kana($array[$key] ,$val);
             }
