Ignore:
Timestamp:
2012/02/07 11:21:39 (14 years ago)
Author:
Seasoft
Message:

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

  • 無意味なスペースを削除
  • 無意味な括弧を削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/util/SC_Utils.php

    r21446 r21450  
    550550    /*          1.開始年月日 (YYYY/MM/DD 000000) 
    551551    /*            2.終了年月日 (YYYY/MM/DD 235959) 
    552     /*            3.エラー ( 0 = OK, 1 = NG) 
     552    /*            3.エラー (0 = OK, 1 = NG) 
    553553    /*-----------------------------------------------------------------*/ 
    554554    function sfCheckSetTerm ($start_year, $start_month, $start_day, $end_year, $end_month, $end_day) { 
     
    18511851     */ 
    18521852    function sfGetPluginInfoArray($path) { 
    1853         return (array)include_once(PLUGIN_REALDIR . "$path/plugin_info.php"); 
     1853        return (array)include_once PLUGIN_REALDIR . "$path/plugin_info.php"; 
    18541854    } 
    18551855 
Note: See TracChangeset for help on using the changeset viewer.