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

Ambrose Li acli at users.sourceforge.net
Thu Feb 6 06:04:40 CET 2003


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);





More information about the Koha-cvs mailing list