Changeset 5625


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r5621 r5625  
    286286 
    287287        if ($v_result) { 
    288             print("_writeFooter"); 
    289288            $this->_writeFooter(); 
    290289            $this->_close(); 
    291290        } else 
    292             print("_cleanFile"); 
    293291            $this->_cleanFile(); 
    294292 
  • temp/trunk/html/admin/system/bkup.php

    r5624 r5625  
    200200 
    201201    //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 
    202     $a = $tar->create($csv_file); 
     202    $tar->create($csv_file); 
    203203     
    204204    if (!$err) { 
Note: See TracChangeset for help on using the changeset viewer.