Changeset 22633


Ignore:
Timestamp:
2013/03/09 17:33:25 (11 years ago)
Author:
adachi
Message:

#2181 SC_Plugin_Base修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-plugin/data/class/plugin/SC_Plugin_Installer.php

    r22630 r22633  
    3131    } 
    3232     
     33    /** 
     34     *  
     35     */ 
    3336    function execInstall() { 
    3437         
     
    5558        $objQuery->commit(); 
    5659        GC_Utils_Ex::gfPrintLog("end install"); 
    57          
    5860    } 
    5961     
    60     function copyFile($sql, $dist) { 
     62     
     63    function copyFile($src, $dist) { 
    6164         
    6265    } 
Note: See TracChangeset for help on using the changeset viewer.