koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/tools viewlog.pl [rel_3_0]
Date: Thu, 11 Jan 2007 16:01:03 +0000

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(
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]