Index: branches/version-2_13-dev/data/class/pages/LC_Page_InputZip.php
===================================================================
--- branches/version-2_13-dev/data/class/pages/LC_Page_InputZip.php	(revision 23057)
+++ branches/version-2_13-dev/data/class/pages/LC_Page_InputZip.php	(revision 23089)
@@ -52,6 +52,4 @@
     function process()
     {
-        $objView = new SC_SiteView_Ex(false);
-
         // 入力エラーチェック
         $arrErr = $this->fnErrorCheck($_GET);
@@ -59,5 +57,5 @@
         if (count($arrErr) > 0) {
             $tpl_message = '';
-            foreach ($arrErr as $key => $val) {
+            foreach ($arrErr as $val) {
                 $tpl_message .= preg_replace("/<br \/>/", "\n", $val);
             }
