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

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

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/batch/SC_Batch_Daily.php

    r19732 r19803  
    2323 
    2424// {{{ requires 
    25 require_once(CLASS_PATH . "batch/SC_Batch.php"); 
     25require_once(CLASS_FILE_PATH . "batch/SC_Batch.php"); 
    2626 
    2727/** 
     
    8787 
    8888        // グラフ画像の削除 
    89         $path = GRAPH_DIR . "*.png"; 
     89        $path = GRAPH_FILE_PATH . "*.png"; 
    9090        system ("rm -rf $path"); 
    9191 
Note: See TracChangeset for help on using the changeset viewer.