Ignore:
Timestamp:
2009/06/04 01:55:16 (15 years ago)
Author:
Seasoft
Message:

正式版のソース整形をマージ。(ロジック変更無し)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Calendar.php

    r17713 r18039  
    130130                $arrCalendar[$j][$i]['month'] = $month; 
    131131                $arrCalendar[$j][$i]['day'] = $Day->day; 
    132                 #if ($this->lfCheckHoliday($month, $Day->day) || $Day->first || $Day->last) { 
    133132                if ($this->lfCheckHoliday($year, $month, $Day->day)) { 
    134133                    $arrCalendar[$j][$i]['holiday'] = true; 
     
    163162    } 
    164163 
    165  
    166164    // 休日チェック 
    167165    function lfCheckHoliday($year, $month, $day) { 
Note: See TracChangeset for help on using the changeset viewer.