Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5614)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5620)
@@ -203,4 +203,5 @@
 	
 	sfprintr($a);
+	sfprintr($tar);
 
 	if (!$err) {
Index: temp/trunk/html/admin/system/Tar.php
===================================================================
--- temp/trunk/html/admin/system/Tar.php	(revision 5619)
+++ temp/trunk/html/admin/system/Tar.php	(revision 5620)
@@ -269,5 +269,5 @@
 
         if (!$this->_openWrite())
-            return "false";
+            return false;
 
         if ($p_filelist != '') {
