Ignore:
Timestamp:
2014/05/13 13:03:33 (12 years ago)
Author:
pineray
Message:

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

File:
1 edited

Legend:

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

    r23124 r23415  
    180180     * @param bool   $verbose 冗長な出力を行うか 
    181181     */ 
    182     public function gfPrintLog($msg, $path = '', $verbose = USE_VERBOSE_LOG) 
     182    public static function gfPrintLog($msg, $path = '', $verbose = USE_VERBOSE_LOG) 
    183183    { 
    184184        // 日付の取得 
     
    363363    public function getUrl() 
    364364    { 
    365         $url = ''; 
    366  
    367365        if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') { 
    368366            $url = 'https://'; 
Note: See TracChangeset for help on using the changeset viewer.