koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Output.pm,1.38,1.39


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.38,1.39
Date: Wed, 05 Feb 2003 21:04:40 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv1862/C4

Modified Files:
        Output.pm 
Log Message:
Explicitly declare dependency on HTML::Template

If checkauth() detects a permission problem (e.g., in untemplated scripts),
this is necessary for the code (that displays the error message) to run
(otherwise Perl dies with a very cryptic, confusing error message)


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** Output.pm   26 Jan 2003 04:37:17 -0000      1.38
--- Output.pm   6 Feb 2003 05:04:36 -0000       1.39
***************
*** 33,36 ****
--- 33,37 ----
  use C4::Context;
  use C4::Database;
+ use HTML::Template;
  
  use vars qw($VERSION @ISA @EXPORT);




reply via email to

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