Ignore:
Timestamp:
2010/11/21 05:08:08 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • SC_Helper_DB#sf_getBasisData → SC_Helper_DB#sfGetBasisData
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/db/dbfactory/SC_DB_DBFactory_PGSQL.php

    r18824 r19677  
    123123     */ 
    124124    function getDownloadableDaysWhereSql() { 
    125         $baseinfo = SC_Helper_DB_Ex::sf_getBasisData(); 
     125        $baseinfo = SC_Helper_DB_Ex::sfGetBasisData(); 
    126126        //downloadable_daysにNULLが入っている場合(無期限ダウンロード可能時)もあるので、NULLの場合は0日に補正 
    127127        $downloadable_days = $baseinfo['downloadable_days']; 
Note: See TracChangeset for help on using the changeset viewer.