X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=tools%2FpdfViewer.pl;h=8e6a98fe672aa945a536462ad89bf91415fca561;hb=568f32606c2c9c247b2b477193a2d6814f738fa6;hp=3ca61a815f25566061686ca89bfcffa7bd662ded;hpb=4bf76c2d77cb32dd7147b11334eb17aa959955ba;p=koha.git diff --git a/tools/pdfViewer.pl b/tools/pdfViewer.pl index 3ca61a815f..8e6a98fe67 100755 --- a/tools/pdfViewer.pl +++ b/tools/pdfViewer.pl @@ -3,7 +3,7 @@ # script to show a PDF file. # written 07/04 # by Veleda Matias - matias_veleda@hotmail.com - Physics Library UNLP Argentina and -# Castañeda Sebastian - seba3c@yahoo.com.ar - Physics Library UNLP Argentina and +# Castañeda Sebastian - seba3c@yahoo.com.ar - Physics Library UNLP Argentina and # This file is part of Koha. # @@ -23,6 +23,7 @@ use strict; +#use warnings; FIXME - Bug 2505 use C4::Context; use CGI;