[Koha-cvs] CVS: koha bookcount.pl,1.5,1.6

Chris Cormack rangi at users.sourceforge.net
Sat May 3 02:28:16 CEST 2003


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

Modified Files:
	bookcount.pl 
Log Message:
Fixing bug 428


Index: bookcount.pl
===================================================================
RCS file: /cvsroot/koha/koha/bookcount.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** bookcount.pl	13 Nov 2002 17:52:59 -0000	1.5
--- bookcount.pl	3 May 2003 00:28:13 -0000	1.6
***************
*** 30,33 ****
--- 30,35 ----
  use C4::Circulation::Circ2;
  use C4::Output;
+ use C4::Koha;
+ use C4::Auth;
  use HTML::Template;
  
***************
*** 62,66 ****
  
  # make the page ...
! my $template = gettemplate("bookcount.tmpl");
  
  my @branchloop;
--- 64,78 ----
  
  # make the page ...
! 
! my ($template, $loggedinuser, $cookie)
!       = get_template_and_user({template_name => "bookcount.tmpl",
! 	                                 query => $input,
! 	                                 type => "intranet",
! 	                                 authnotrequired => 0,
! 	                                 flagsrequired => {borrowers => 1},
! 	                                 debug => 1,
! 	                                 });
! 
! 
  
  my @branchloop;





More information about the Koha-cvs mailing list