rename params to sname names as in full-text index
[BackupPC.git] / lib / BackupPC / CGI / ArchiveInfo.pm
index effb362..b17504e 100644 (file)
@@ -10,7 +10,7 @@
 #   Craig Barratt  <cbarratt@users.sourceforge.net>
 #
 # COPYRIGHT
-#   Copyright (C) 2003  Craig Barratt
+#   Copyright (C) 2003-2009  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
@@ -28,7 +28,7 @@
 #
 #========================================================================
 #
-# Version 2.1.0_CVS, released 3 Jul 2003.
+# Version 3.2.0, released 31 Jul 2010.
 #
 # See http://backuppc.sourceforge.net.
 #
@@ -79,8 +79,8 @@ EOF
         $counter++;
     }
 
-    Header(eval("qq{$Lang->{Archive___num_details_for__host}}"));
-    print(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, 1);
     Trailer();
 }