Ignore:
Timestamp:
2014/06/02 13:29:24 (12 years ago)
Author:
pineray
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/GC_Utils.php

    r23490 r23492  
    392392     * @return bool フロント機能か 
    393393     */ 
    394     public function isFrontFunction() 
     394    public static function isFrontFunction() 
    395395    { 
    396396        return defined('FRONT_FUNCTION') && FRONT_FUNCTION === true; 
     
    402402     * @return bool インストール機能か 
    403403     */ 
    404     public function isInstallFunction() 
     404    public static function isInstallFunction() 
    405405    { 
    406406        return defined('INSTALL_FUNCTION') && INSTALL_FUNCTION === true; 
Note: See TracChangeset for help on using the changeset viewer.