Ignore:
Timestamp:
2010/02/12 18:46:50 (16 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.3 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/class/pages/admin/contents/LC_Page_Admin_Contents.php

    r17204 r18562  
    8181 
    8282            if ($this->arrErr = $this->lfErrorCheck()) {       // 入力エラーのチェック 
    83                 foreach($_POST as $key => $val) { 
    84                     $this->$key = $val; 
     83                $arrParams = array("news_url", "news_title", "news_comment", "link_method"); 
     84 
     85                foreach($arrParams as $key) { 
     86                    $this->$key = $_POST[$key]; 
    8587                } 
    8688                $this->selected_year = $_POST["year"]; 
Note: See TracChangeset for help on using the changeset viewer.