Changeset 5622 for temp/trunk/html/admin/system
- Timestamp:
- 2006/09/24 19:42:13 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/Tar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/Tar.php
r5621 r5622 286 286 287 287 if ($v_result) { 288 print("_writeFooter");289 288 $this->_writeFooter(); 290 289 $this->_close(); 291 290 } else 292 print("_cleanFile");293 291 $this->_cleanFile(); 294 292 … … 611 609 $this->_error('Unable to open in write mode \'' 612 610 .$this->_tarname.'\''); 613 return $this->_tarname;611 return false; 614 612 } 615 613
Note: See TracChangeset
for help on using the changeset viewer.
