Ignore:
Timestamp:
2014/06/03 14:51:51 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

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

    r23230 r23503  
    4949 
    5050        // 生年月日選択肢の取得 
    51         $objDate            = new SC_Date_Ex(BIRTH_YEAR, date('Y',strtotime('now'))); 
     51        $objDate            = new SC_Date_Ex(BIRTH_YEAR, date('Y', strtotime('now'))); 
    5252        $this->arrYear      = $objDate->getYear('', START_BIRTH_YEAR, ''); 
    5353        $this->arrMonth     = $objDate->getMonth(true); 
Note: See TracChangeset for help on using the changeset viewer.