[Koha-cvs] koha/tools viewlog.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Jan 11 17:01:03 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/11 16:01:02

Modified files:
	tools          : viewlog.pl 

Log message:
	default value is "screen" for the output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/tools/viewlog.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: viewlog.pl
===================================================================
RCS file: /sources/koha/koha/tools/Attic/viewlog.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- viewlog.pl	11 Jan 2007 14:23:10 -0000	1.1.2.2
+++ viewlog.pl	11 Jan 2007 16:01:02 -0000	1.1.2.3
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: viewlog.pl,v 1.1.2.2 2007/01/11 14:23:10 toins Exp $
+# $Id: viewlog.pl,v 1.1.2.3 2007/01/11 16:01:02 toins Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -46,7 +46,7 @@
 my $basename = $input->param("basename");
 my $mime     = $input->param("MIME");
 my $del      = $input->param("sep");
-my $output   = $input->param("output");
+my $output   = $input->param("output") || "screen";
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {





More information about the Koha-cvs mailing list