Ignore:
Timestamp:
2013/08/20 14:39:46 (11 years ago)
Author:
h_yoshimoto
Message:

#2348 r23084 - r23100 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/LC_Page_InputZip.php

    r23057 r23105  
    5252    function process() 
    5353    { 
    54         $objView = new SC_SiteView_Ex(false); 
    55  
    5654        // 入力エラーチェック 
    5755        $arrErr = $this->fnErrorCheck($_GET); 
     
    5957        if (count($arrErr) > 0) { 
    6058            $tpl_message = ''; 
    61             foreach ($arrErr as $key => $val) { 
     59            foreach ($arrErr as $val) { 
    6260                $tpl_message .= preg_replace("/<br \/>/", "\n", $val); 
    6361            } 
Note: See TracChangeset for help on using the changeset viewer.