Index: /temp/trunk/html/admin/system/Tar.php
===================================================================
--- /temp/trunk/html/admin/system/Tar.php	(revision 5621)
+++ /temp/trunk/html/admin/system/Tar.php	(revision 5622)
@@ -286,9 +286,7 @@
 
         if ($v_result) {
-			print("_writeFooter");
             $this->_writeFooter();
             $this->_close();
         } else
-			print("_cleanFile");
             $this->_cleanFile();
 
@@ -611,5 +609,5 @@
             $this->_error('Unable to open in write mode \''
 			              .$this->_tarname.'\'');
-            return $this->_tarname;
+            return false;
         }
 
