Ignore:
Timestamp:
2011/03/09 14:31:45 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • TAB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Holiday.php

    r20538 r20562  
    9999 
    100100            if(count($this->arrErr) <= 0) { 
     101                // 新規作成 
    101102                if($post['holiday_id'] == "") { 
    102                     $this->lfInsertClass($this->arrForm, $_SESSION['member_id']);    // 新規作成 
    103                 } else { 
    104                     $this->lfUpdateClass($this->arrForm, $post['holiday_id']);  // 既存編集 
     103                    $this->lfInsertClass($this->arrForm, $_SESSION['member_id']); 
     104                } 
     105                // 既存編集 
     106                else { 
     107                    $this->lfUpdateClass($this->arrForm, $post['holiday_id']); 
    105108                } 
    106109                // 再表示 
Note: See TracChangeset for help on using the changeset viewer.