[Svn-src-all:1287] [version-2_5-dev 20176] #964 リファクタリング メソッド名を規約にあわせた形に修正

coelacanth admin @ mail.ec-cube.net
2011年 2月 17日 (木) 13:57:51 JST


Subversion committed to /home/svn/open 20176
http://svn.ec-cube.net/open_trac/changeset/20176
┌────────────────────────────┐
│更新者 :  coelacanth                                   │
│更新日時:  2011-02-17 13:57:51 +0900 (木, 17  2月 2011)│
└────────────────────────────┘

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

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php

変更: branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php	2011-02-17 04:50:23 UTC (rev 20175)
+++ branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php	2011-02-17 04:57:51 UTC (rev 20176)
@@ -108,7 +108,7 @@
             switch ($this->tpl_mode) {
                 // 自動登録
                 case 'auto':
-                    $this->lfAutoCommit();
+                    $this->lfAutoCommitZip();
                     break;
                 // 手動登録
                 case 'manual':
@@ -142,7 +142,7 @@
         parent::destroy();
     }
 
-    function lfAutoCommit() {
+    function lfAutoCommitZip() {
         $objQuery =& SC_Query::getSingletonInstance();
 
         $objQuery->begin();




Svn-src-all メーリングリストの案内