Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/pages/admin/contents/LC_Page_Admin_Contents.php

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