Changeset 5613 for temp


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r5451 r5613  
    286286 
    287287        if ($v_result) { 
     288            print("_writeFooter"); 
    288289            $this->_writeFooter(); 
    289290            $this->_close(); 
    290291        } else 
     292            print("_cleanFile"); 
    291293            $this->_cleanFile(); 
    292294 
  • temp/trunk/html/admin/system/bkup.php

    r5612 r5613  
    201201    //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 
    202202    $tar->create($csv_file); 
     203     
     204    sfprintr($tar); 
    203205 
    204206    if (!$err) { 
Note: See TracChangeset for help on using the changeset viewer.