Index: temp/trunk/data/module/Tar.php
===================================================================
--- temp/trunk/data/module/Tar.php	(revision 5617)
+++ temp/trunk/data/module/Tar.php	(revision 5618)
@@ -178,5 +178,6 @@
     function create($p_filelist)
     {
-        return $this->createModify($p_filelist, '', '');
+		$this->createModify($p_filelist, '', '');
+        return "aaa";
     }
     // }}}
@@ -269,5 +270,5 @@
 
         if (!$this->_openWrite())
-            return "false";
+            return false;
 
         if ($p_filelist != '') {
@@ -279,5 +280,5 @@
                 $this->_cleanFile();
                 $this->_error('Invalid file list');
-                return "false";
+                return false;
             }
 
