Ignore:
Timestamp:
2007/08/31 21:08:42 (17 years ago)
Author:
nanasess
Message:

エラー表示の Bugfix

Location:
branches/feature-module-update/data/class/pages/error
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/error/LC_Page_Error.php

    r15141 r15521  
    1 <?php 
     1<?php //-*- coding: utf-8 -*- 
    22/* 
    33 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     
    1010 
    1111/** 
    12  * エラー画面 のページクラス. 
     12 * エラー表示のページクラス 
    1313 * 
    1414 * @package Page 
     
    3434 
    3535    /** 
    36      * Page のプロセス. 
     36     * Page のプロセス 
    3737     * 
    3838     * @return void 
     
    5050        parent::destroy(); 
    5151    } 
    52  
    53  
    5452} 
    5553?> 
Note: See TracChangeset for help on using the changeset viewer.