Ignore:
Timestamp:
2012/02/06 11:05:15 (12 years ago)
Author:
Seasoft
Message:

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

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

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

    r21420 r21441  
    9393 
    9494        // 要求判定 
    95         switch($mode) { 
     95        switch ($mode) { 
    9696        // 編集処理 
    9797        case 'edit': 
     
    9999            $this->arrForm = $this->arrForm = $_POST; 
    100100 
    101             if(count($this->arrErr) <= 0) { 
     101            if (count($this->arrErr) <= 0) { 
    102102                // 新規作成 
    103                 if($post['holiday_id'] == "") { 
     103                if ($post['holiday_id'] == "") { 
    104104                    $this->lfInsertClass($this->arrForm, $_SESSION['member_id']); 
    105105                } 
     
    237237        $post = $objFormParam->getHashArray(); 
    238238 
    239         if(!isset($arrErr['date'])) { 
     239        if (!isset($arrErr['date'])) { 
    240240            $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    241241            $where = "del_flg = 0 AND month = ? AND day = ?"; 
Note: See TracChangeset for help on using the changeset viewer.