Ignore:
Timestamp:
2013/03/09 17:11:51 (11 years ago)
Author:
poego
Message:

#2155 SC_Date‚ɒljÁ‚³‚ꂽŠÖ”‚̃eƒXƒgƒP[ƒX‚ð’ljÁ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tests/data/class/SC_Date.php

    r22576 r22632  
    199199    public function isHoliday($year, $month, $day) 
    200200    { 
    201         is_null(SC_Date_Ex::$arrHoliday) and $this->setArrHoliday(); 
    202         is_null(SC_Date_Ex::$arrRegularHoliday) and $this->setRegularHoliday(); 
     201        if (is_null(SC_Date_Ex::$arrHoliday)) $this->setArrHoliday(); 
     202        if (is_null(SC_Date_Ex::$arrRegularHoliday)) $this->setRegularHoliday(); 
    203203 
    204204        if (!empty(SC_Date_Ex::$arrHoliday[$month])) { 
Note: See TracChangeset for help on using the changeset viewer.