Ignore:
Timestamp:
2010/12/31 14:43:16 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • 一斉置換前の現状記録のためのコミット

#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/upgrade/LC_Page_Upgrade_Download.php

    r19802 r19803  
    2323 
    2424// {{{ requires 
    25 require_once CLASS_PATH . 'pages/upgrade/LC_Page_Upgrade_Base.php'; 
     25require_once CLASS_FILE_PATH . 'pages/upgrade/LC_Page_Upgrade_Base.php'; 
    2626require_once DATA_FILE_PATH . 'module/Tar.php'; 
    2727 
     
    195195 
    196196            $objLog->log("* copy batch start"); 
    197             @include_once CLASS_PATH . 'batch/SC_Batch_Update.php'; 
     197            @include_once CLASS_FILE_PATH . 'batch/SC_Batch_Update.php'; 
    198198            $objBatch = new SC_Batch_Update(); 
    199199            $arrCopyLog = $objBatch->execute($exract_dir); 
Note: See TracChangeset for help on using the changeset viewer.