Changeset 5597 for temp/trunk


Ignore:
Timestamp:
2006/09/24 18:38:22 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r5595 r5597  
    24472447        $data=$matches[2]; 
    24482448        if( is_dir( $data_ ) ){ 
    2449             $mess = lfCopyDir( $data_.'/', $des.$data.'/', $mess); 
     2449            $mess = sfCopyDir( $data_.'/', $des.$data.'/', $mess); 
    24502450        }else{ 
    24512451            if(!$override && file_exists($des.$data)) { 
  • temp/trunk/html/admin/system/bkup.php

    r5595 r5597  
    185185    // ¾¦ÉʲèÁü¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼ 
    186186    if (!$err) { 
    187          
     187        $copy_mess = ""; 
     188        $copy_mess = sfCopyDir("../../upload/save_image/", dirname($bkup_dir), $copy_mess); 
    188189    } 
    189190     
Note: See TracChangeset for help on using the changeset viewer.