Changeset 14513


Ignore:
Timestamp:
2007/06/08 11:12:43 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_UploadFile.php

    r14511 r14513  
    165165                // Éé²Ùʬ»¶»þ¤Ï¤¹¤Ù¤Æ¤Î¥µ¡¼¥Ð¤Ç°ÜÆ°¤ò¼Â¹Ô 
    166166                if($this->multi_web_server_mode === true) { 
    167                     $dist_path = $this->save_dir . $this->temp_file[$cnt]; 
     167                    $dist_path = $this->temp_dir . $this->temp_file[$cnt]; 
    168168                    $src_path = $this->save_dir . $this->temp_file[$cnt]; 
    169169                    $this->ftpMoveFile($dist_path, $src_path); 
Note: See TracChangeset for help on using the changeset viewer.