Changeset 19803 for branches/version-2_5-dev/data/class/batch
- Timestamp:
- 2010/12/31 14:43:16 (16 years ago)
- Location:
- branches/version-2_5-dev/data/class/batch
- Files:
-
- 2 edited
-
SC_Batch_Daily.php (modified) (2 diffs)
-
SC_Batch_Update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/batch/SC_Batch_Daily.php
r19732 r19803 23 23 24 24 // {{{ requires 25 require_once(CLASS_ PATH . "batch/SC_Batch.php");25 require_once(CLASS_FILE_PATH . "batch/SC_Batch.php"); 26 26 27 27 /** … … 87 87 88 88 // グラフ画像の削除 89 $path = GRAPH_ DIR. "*.png";89 $path = GRAPH_FILE_PATH . "*.png"; 90 90 system ("rm -rf $path"); 91 91 -
branches/version-2_5-dev/data/class/batch/SC_Batch_Update.php
r19802 r19803 23 23 24 24 // {{{ requires 25 require_once(CLASS_ PATH . "batch/SC_Batch.php");25 require_once(CLASS_FILE_PATH . "batch/SC_Batch.php"); 26 26 27 27 /**
Note: See TracChangeset
for help on using the changeset viewer.
