Ignore:
Timestamp:
2007/09/04 15:53:51 (17 years ago)
Author:
adachi
Message:

コーディング規約に沿ってコメント書式等を修正

Location:
branches/feature-module-update/data/class
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/page_extends/admin/system/LC_Page_Admin_System_Ex.php

    • Property svn:mime-type changed from text/plain to text/x-httpd-php; charset=UTF-8
    • Property svn:keywords set to LastChangedDate LastChangedRevision Id
    r15585 r15590  
    1616 * @package Page 
    1717 * @author LOCKON CO.,LTD. 
    18  * @version $Id:$ 
     18 * @version $Id$ 
    1919 */ 
    2020class LC_Page_Admin_System_Ex extends LC_Page_Admin_System { 
  • branches/feature-module-update/data/class/pages/admin/system/LC_Page_Admin_System.php

    • Property svn:mime-type changed from text/plain to text/x-httpd-php; charset=UTF-8
    • Property svn:keywords set to Id Revision Date
    r15585 r15590  
    1414 * @package Page 
    1515 * @author LOCKON CO.,LTD. 
    16  * @version $Id:$ 
     16 * @version $Id$ 
    1717 */ 
    1818class LC_Page_Admin_System extends LC_Page { 
     
    9999 
    100100    /** 
    101      * 開始行番号行数を指定して管理者データを取得する. 
     101     * 開始行番号, 行数を指定して管理者データを取得する. 
    102102     * 
    103103     * @access private 
     
    118118     } 
    119119} 
    120  
    121  
    122  
    123  
    124  
    125  
    126  
    127  
    128  
    129  
    130  
    131  
    132  
    133  
    134  
    135  
    136  
    137  
    138  
    139  
    140  
    141  
    142  
    143120?> 
Note: See TracChangeset for help on using the changeset viewer.