3.1.0 changes:
[BackupPC.git] / lib / BackupPC / CGI / ArchiveInfo.pm
index 962aa0c..0c24380 100644 (file)
@@ -10,7 +10,7 @@
 #   Craig Barratt  <cbarratt@users.sourceforge.net>
 #
 # COPYRIGHT
 #   Craig Barratt  <cbarratt@users.sourceforge.net>
 #
 # COPYRIGHT
-#   Copyright (C) 2003  Craig Barratt
+#   Copyright (C) 2003-2007  Craig Barratt
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 #
 #========================================================================
 #
 #
 #========================================================================
 #
-# Version 2.1.0_CVS, released 3 Jul 2003.
+# Version 3.1.0, released 25 Nov 2007.
 #
 # See http://backuppc.sourceforge.net.
 #
 #
 # See http://backuppc.sourceforge.net.
 #
@@ -80,7 +80,7 @@ EOF
     }
 
     my $content = eval("qq{$Lang->{Archive___num_details_for__host2 }}");
     }
 
     my $content = eval("qq{$Lang->{Archive___num_details_for__host2 }}");
-    Header(eval("qq{$Lang->{Archive___num_details_for__host}}"),$content);
+    Header(eval("qq{$Lang->{Archive___num_details_for__host}}"), $content, 1);
     Trailer();
 }
 
     Trailer();
 }