Changeset 5614


Ignore:
Timestamp:
2006/09/24 19:24:40 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Tar.php

    r5613 r5614  
    178178    function create($p_filelist) 
    179179    { 
     180        print("gfdgfgfgfgf<BR><BR><BR><BR>"); 
    180181        return $this->createModify($p_filelist, '', ''); 
    181182    } 
  • temp/trunk/html/admin/system/bkup.php

    r5613 r5614  
    200200 
    201201    //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 
    202     $tar->create($csv_file); 
    203      
    204     sfprintr($tar); 
     202    $a = $tar->create($csv_file); 
     203     
     204    sfprintr($a); 
    205205 
    206206    if (!$err) { 
Note: See TracChangeset for help on using the changeset viewer.