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

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/Tar.php

    r5621 r5622  
    286286 
    287287        if ($v_result) { 
    288             print("_writeFooter"); 
    289288            $this->_writeFooter(); 
    290289            $this->_close(); 
    291290        } else 
    292             print("_cleanFile"); 
    293291            $this->_cleanFile(); 
    294292 
     
    611609            $this->_error('Unable to open in write mode \'' 
    612610                          .$this->_tarname.'\''); 
    613             return $this->_tarname; 
     611            return false; 
    614612        } 
    615613 
Note: See TracChangeset for help on using the changeset viewer.