Ignore:
Timestamp:
2012/05/14 00:54:43 (12 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/plugin/SC_Plugin_Util.php

    r21794 r21829  
    3939        } 
    4040        $arrRet = $objQuery->select($col,$table,$where); 
    41          
     41 
    4242        // プラグインフックポイントを取得. 
    4343        $max = count($arrRet); 
     
    129129        return $arrPluginDirectory; 
    130130    } 
    131      
     131 
    132132    /** 
    133133     * プラグインIDをキーに, プラグインフックポイントを取得する. 
Note: See TracChangeset for help on using the changeset viewer.