Changeset 14432


Ignore:
Timestamp:
2007/06/07 16:55:46 (17 years ago)
Author:
uehara
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

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

    r14431 r14432  
    6060             
    6161            // FTPÍÑ¥Õ¥¡¥¤¥ë°ì»þ³ÊǼÍѥǥ£¥ì¥¯¥È¥êºîÀ® 
    62             $ftp_temp_dir = makeFtpTempDir($this->temp_dir); 
     62            $ftp_temp_dir = $this->makeFtpTempDir($this->temp_dir); 
    6363             
    6464            $dst_file = $ftp_temp_dir . $uniqname; 
  • branches/dev/html/admin/products/product.php

    r14426 r14432  
    553553            // ¾ÜºÙ¥á¥¤¥ó²èÁü 
    554554            lfMakeScaleImage($_POST['image_key'], "main_image"); 
    555             $arrKey[] = "main_image"; 
    556555        case "main_image": 
    557556            // °ìÍ÷¥á¥¤¥ó²èÁü 
Note: See TracChangeset for help on using the changeset viewer.