Ignore:
Timestamp:
2013/06/08 16:35:27 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Calendar.php

    r22576 r22856  
    2222 */ 
    2323 
    24 // {{{ requires 
    2524define('CALENDAR_ROOT', DATA_REALDIR.'module/Calendar'.DIRECTORY_SEPARATOR); 
    2625require_once CLASS_EX_REALDIR . 'page_extends/frontparts/bloc/LC_Page_FrontParts_Bloc_Ex.php'; 
     
    3332 * @version $ $ 
    3433 */ 
    35 class LC_Page_FrontParts_Bloc_Calendar extends LC_Page_FrontParts_Bloc_Ex  
     34class LC_Page_FrontParts_Bloc_Calendar extends LC_Page_FrontParts_Bloc_Ex 
    3635{ 
    37  
    38     // }}} 
    39     // {{{ functions 
    40  
    4136    /** 
    4237     * Page を初期化する. 
     
    6762    function action() 
    6863    { 
    69  
    7064        // カレンダーデータ取得 
    7165        $this->arrCalendar = $this->lfGetCalendar(2); 
Note: See TracChangeset for help on using the changeset viewer.