Ignore:
Timestamp:
2010/12/31 23:23:49 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

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