Changeset 20176


Ignore:
Timestamp:
2011/02/17 13:57:51 (13 years ago)
Author:
coelacanth
Message:

#964 リファクタリング メソッド名を規約にあわせた形に修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php

    r20168 r20176  
    109109                // 自動登録 
    110110                case 'auto': 
    111                     $this->lfAutoCommit(); 
     111                    $this->lfAutoCommitZip(); 
    112112                    break; 
    113113                // 手動登録 
     
    143143    } 
    144144 
    145     function lfAutoCommit() { 
     145    function lfAutoCommitZip() { 
    146146        $objQuery =& SC_Query::getSingletonInstance(); 
    147147 
Note: See TracChangeset for help on using the changeset viewer.