Ignore:
Timestamp:
2013/08/18 20:04:51 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0

File:
1 edited

Legend:

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

    r23057 r23089  
    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.