Ignore:
Timestamp:
2011/03/04 22:42:23 (13 years ago)
Author:
shutta
Message:

SC_Dateクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php

    r20495 r20499  
    5151 
    5252        // 生年月日選択肢の取得 
    53         $objDate            = new SC_Date(BIRTH_YEAR, date("Y",strtotime("now"))); 
     53        $objDate            = new SC_Date_Ex(BIRTH_YEAR, date("Y",strtotime("now"))); 
    5454        $this->arrYear      = $objDate->getYear('', START_BIRTH_YEAR, ''); 
    5555        $this->arrMonth     = $objDate->getMonth(true); 
Note: See TracChangeset for help on using the changeset viewer.